Home
last modified time | relevance | path

Searched refs:expansion (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java357 public void setQsExpansion(float expansion, float headerTranslation) { in setQsExpansion() argument
358 if (DEBUG) Log.d(TAG, "setQSExpansion " + expansion + " " + headerTranslation); in setQsExpansion()
359 mContainer.setExpansion(expansion); in setQsExpansion()
360 final float translationScaleY = expansion - 1; in setQsExpansion()
368 if (expansion == mLastQSExpansion && mLastKeyguardAndExpanded == onKeyguardAndExpanded) { in setQsExpansion()
371 mLastQSExpansion = expansion; in setQsExpansion()
374 boolean fullyExpanded = expansion == 1; in setQsExpansion()
380 mHeader.setExpansion(onKeyguardAndExpanded, expansion, in setQsExpansion()
382 mFooter.setExpansion(onKeyguardAndExpanded ? 1 : expansion); in setQsExpansion()
383 mQSPanel.getQsTileRevealController().setExpansion(expansion); in setQsExpansion()
[all …]
DQSTileRevealController.java43 public void setExpansion(float expansion) { in setExpansion() argument
44 if (expansion == 1f) { in setExpansion()
DQSFooter.java55 void setExpansion(float expansion); in setExpansion() argument
DQSContainerImpl.java193 public void setExpansion(float expansion) { in setExpansion() argument
194 mQsExpansion = expansion; in setExpansion()
DPagedTileLayout.java199 public void setExpansion(float expansion) { in setExpansion() argument
200 mLastExpansion = expansion; in setExpansion()
DQSPanel.java712 default void setExpansion(float expansion) {} in setExpansion() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelExpansionListener.java31 void onPanelExpansionChanged(float expansion, boolean tracking); in onPanelExpansionChanged() argument
37 default void onQsExpansionChanged(float expansion) {}; in onQsExpansionChanged() argument
DStatusBarKeyguardViewManager.java235 public void onPanelExpansionChanged(float expansion, boolean tracking) { in onPanelExpansionChanged() argument
248 mBouncer.setExpansion(expansion); in onPanelExpansionChanged()
250 if (expansion != KeyguardBouncer.EXPANSION_HIDDEN && tracking in onPanelExpansionChanged()
255 } else if (mPulsing && expansion == KeyguardBouncer.EXPANSION_VISIBLE) { in onPanelExpansionChanged()
263 public void onQsExpansionChanged(float expansion) { in onQsExpansionChanged() argument
/frameworks/native/cmds/surfacereplayer/replayer/
DAndroid.bp14 "-Wno-disabled-macro-expansion",
59 "-Wno-disabled-macro-expansion",
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DAndroid.bp22 "-Wno-disabled-macro-expansion",
/frameworks/native/services/surfaceflinger/layerproto/
DAndroid.bp29 "-Wno-disabled-macro-expansion",
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dlag_wind.tab21 | Bandwidth expansion = 60 Hz |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt268 override fun onPanelExpansionChanged(expansion: Float, tracking: Boolean) { in onPanelExpansionChanged()
269 val collapsedEnough = expansion <= 0.9f in onPanelExpansionChanged()
/frameworks/compile/libbcc/tests/libbcc/
Dtbaa.ll10 ; Declarations expected by the expansion pass.
Dtbaa-through-alloca.ll10 ; Declarations expected by the expansion pass.
Dgetelementptr.ll12 ; Declarations expected by the expansion pass.
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/qs/car/
DCarQSFooter.java131 public void setExpansion(float expansion) { in setExpansion() argument
/frameworks/wilhelm/doc/
DDoxyfile1331 # compilation will be performed. Macro expansion can be done in a controlled
1337 # then the macro expansion is limited to the macros specified with the
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto2277 // Notification expansion state toggled by the expand affordance.
2280 // Notification group expansion state toggled by the expand affordance.
2284 // Notification expansion state toggled by the expand gesture.
2287 // Notification group expansion state toggled by the expand gesture.
/frameworks/native/docs/
DDoxyfile1587 # compilation will be performed. Macro expansion can be done in a controlled
1593 # then the macro expansion is limited to the macros specified with the
/frameworks/av/media/libaaudio/
DDoxyfile1902 # performed. Macro expansion can be done in a controlled way by setting
1910 # the macro expansion is limited to the macros specified with the PREDEFINED and
DDoxyfile.orig1893 # performed. Macro expansion can be done in a controlled way by setting
1901 # the macro expansion is limited to the macros specified with the PREDEFINED and
/frameworks/av/media/codec2/docs/
Ddoxygen.config2007 # performed. Macro expansion can be done in a controlled way by setting
2015 # the macro expansion is limited to the macros specified with the PREDEFINED and
/frameworks/base/media/native/midi/include/
DDoxyfile.orig2057 # performed. Macro expansion can be done in a controlled way by setting
2065 # the macro expansion is limited to the macros specified with the PREDEFINED and
DDoxyfile2057 # performed. Macro expansion can be done in a controlled way by setting
2065 # the macro expansion is limited to the macros specified with the PREDEFINED and

12