Searched refs:mDrawIdentifier (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCling.java60 private String mDrawIdentifier; field in class:Cling
84 mDrawIdentifier = a.getString(R.styleable.Cling_drawIdentifier);
119 return mDrawIdentifier;
123 if (mDrawIdentifier.equals(WORKSPACE_PORTRAIT)) {
125 } else if (mDrawIdentifier.equals(WORKSPACE_LANDSCAPE)) {
127 } else if (mDrawIdentifier.equals(WORKSPACE_LARGE)) {
132 } else if (mDrawIdentifier.equals(ALLAPPS_PORTRAIT) ||
133 mDrawIdentifier.equals(ALLAPPS_LANDSCAPE) ||
134 mDrawIdentifier.equals(ALLAPPS_LARGE)) {
160 return (mDrawIdentifier
[all...]

Completed in 89 milliseconds