OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAllowAnimation
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
AirplaneModeTile.java
59
mEnable.
setAllowAnimation
(true);
60
mDisable.
setAllowAnimation
(true);
ColorInversionTile.java
88
mEnable.
setAllowAnimation
(true);
89
mDisable.
setAllowAnimation
(true);
HotspotTile.java
72
mEnable.
setAllowAnimation
(true);
73
mDisable.
setAllowAnimation
(true);
LocationTile.java
63
mEnable.
setAllowAnimation
(true);
64
mDisable.
setAllowAnimation
(true);
FlashlightTile.java
100
icon.
setAllowAnimation
(arg instanceof UserBoolean && ((UserBoolean) arg).userInitiated);
RotationLockTile.java
87
icon.
setAllowAnimation
(userInitiated);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java
366
public void
setAllowAnimation
(boolean allowAnimation) {
Completed in 42 milliseconds