Searched defs:STATE_SMALL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java67 static final int STATE_SMALL = 0; field in class:Folder
412 mState = STATE_SMALL;
481 mState = STATE_SMALL;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolder.java101 static final int STATE_SMALL = 0; field in class:Folder
159 @ViewDebug.IntToString(from = STATE_SMALL, to = "STATE_SMALL"),
494 mState = STATE_SMALL;
501 mState = STATE_SMALL;
756 mState = STATE_SMALL;

Completed in 44 milliseconds