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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolder.java94 boolean mSuppressOnAdd = false; field in class:Folder
674 mSuppressOnAdd = false;
715 mSuppressOnAdd = false;
986 mSuppressOnAdd = true;
994 // with adding the item to the folder, as indicated by mSuppressOnAdd being set
995 if (mSuppressOnAdd) return;

Completed in 140 milliseconds