Home
last modified time | relevance | path

Searched refs:baseValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DDynamicRenderResources.java82 ResourceValue baseValue = mBaseResources.findItemInTheme(attr); in findItemInTheme() local
83 return resolveDynamicColors(baseValue); in findItemInTheme()
88 ResourceValue baseValue = mBaseResources.findItemInStyle(style, attr); in findItemInStyle() local
89 return resolveDynamicColors(baseValue); in findItemInStyle()
94 ResourceValue baseValue = mBaseResources.findResValue(reference, forceFrameworkOnly); in findResValue() local
95 return resolveDynamicColors(baseValue); in findResValue()
100 ResourceValue baseValue = mBaseResources.dereference(resourceValue); in dereference() local
101 return resolveDynamicColors(baseValue); in dereference()
106 ResourceValue baseValue = mBaseResources.getUnresolvedResource(reference); in getUnresolvedResource() local
107 return resolveDynamicColors(baseValue); in getUnresolvedResource()
[all …]
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipAnimationControllerTest.java101 final Rect baseValue = new Rect(0, 0, 100, 100); in getAnimator_whenSameTypeRunning_updateExistingAnimator() local
106 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue1, null, in getAnimator_whenSameTypeRunning_updateExistingAnimator()
113 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue2, null, in getAnimator_whenSameTypeRunning_updateExistingAnimator()
168 final Rect baseValue = new Rect(0, 0, 100, 100); in pipTransitionAnimator_updateEndValue() local
173 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue1, null, in pipTransitionAnimator_updateEndValue()
183 final Rect baseValue = new Rect(0, 0, 100, 100); in pipTransitionAnimator_setPipAnimationCallback() local
187 .getAnimator(mTaskInfo, mLeash, baseValue, startValue, endValue, null, in pipTransitionAnimator_setPipAnimationCallback()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java337 Rect destinationBounds, T baseValue, T startValue, T endValue) { in PipTransitionAnimator() argument
342 mBaseValue = baseValue; in PipTransitionAnimator()
587 Rect baseValue, Rect startValue, Rect endValue, Rect sourceRectHint, in ofBounds() argument
598 initialSourceValue = new Rect(baseValue); in ofBounds()
641 endValue, new Rect(baseValue), new Rect(startValue), new Rect(endValue)) { in ofBounds()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...