Searched refs:addFloat (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSAnimator.java | 268 animatorBuilderX.addFloat(qqsView, "translationX", 0, xDiff); in translateContent() 269 animatorBuilderX.addFloat(qsView, "translationX", -xDiff, 0); in translateContent() 272 animatorBuilderY.addFloat(qsView, "translationY", -yDiff, 0); in translateContent() 433 .addFloat(tileLayout, "alpha", 0, 1) in updateAnimators() 467 .addFloat(mQuickQsPanel, "alpha", 1, 0) in updateAnimators() 468 .addFloat(tileLayout, "alpha", 0, 1) in updateAnimators() 500 builder.addFloat(tileView, "translationY", -diff, 0); in createSecondaryPageAnimators() 530 builder.addFloat(tileView, "alpha", args); in createSecondaryPageAnimators() 533 builder.addFloat(tileView, "alpha", 0.6f, 1); in createSecondaryPageAnimators() 592 .addFloat(qsBrightness, "sliderScaleY", 0, 1) in animateBrightnessSlider() [all …]
|
H A D | QSFooterView.java | 124 .addFloat(mPageIndicator, "alpha", 0, 1) in createFooterAnimator() 125 .addFloat(mBuildText, "alpha", 0, 1) in createFooterAnimator() 126 .addFloat(mEditButton, "alpha", 0, 1) in createFooterAnimator()
|
H A D | TouchAnimator.java | 143 public Builder addFloat(Object target, String property, float... values) { in addFloat() method in TouchAnimator.Builder
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | TouchAnimatorTest.java | 48 .addFloat(mTestView, "x", 0, 50) in testSetValueFloat() 64 .addFloat(mTestView, "x", 0, 20, 50) in testSetValueFloat_threeValues() 102 .addFloat(mTestView, "x", 0, 50) in testStartDelay() 122 .addFloat(mTestView, "x", 0, 50) in testEndDelay()
|