OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mishotseat
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
141
private boolean
mIsHotseat
= false;
327
return
mIsHotseat
? mHotseatScale : 1.0f;
612
mIsHotseat
= isHotseat;
624
if (
mIsHotseat
) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
148
private boolean
mIsHotseat
= false;
310
return
mIsHotseat
? mHotseatScale : 1.0f;
613
mIsHotseat
= isHotseat;
624
bubbleChild.setTextVisibility(!
mIsHotseat
);
[
all
...]
Completed in 34 milliseconds