HomeSort by relevance Sort by last modified time
    Searched full:cling (Results 1 - 25 of 67) sorted by null

1 2 3

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java 59 /** Initializes a cling */
60 private Cling initCling(int clingId, int scrimId, boolean animate,
62 Cling cling = (Cling) mLauncher.findViewById(clingId); local
67 if (cling != null) {
68 cling.init(mLauncher, scrim);
69 cling.show(animate, SHOW_CLING_DURATION);
72 cling.setSystemUiVisibility(cling.getSystemUiVisibility()
112 Cling cling = (Cling) mLauncher.findViewById(R.id.folder_cling); local
120 Cling cling = (Cling) mLauncher.findViewById(R.id.workspace_cling); local
168 Cling cling = (Cling) mLauncher.findViewById(R.id.first_run_cling); local
186 Cling cling = (Cling) mLauncher.findViewById(R.id.first_run_cling); local
214 Cling cling = (Cling) mLauncher.findViewById(R.id.first_run_cling); local
282 Cling cling = initCling(R.id.folder_cling, R.id.cling_scrim, local
314 final View cling = mLauncher.findViewById(id); local
359 Cling cling = (Cling) mLauncher.findViewById(R.id.first_run_cling); local
437 Cling cling = (Cling) mLauncher.findViewById(R.id.migration_workspace_cling); local
442 Cling cling = (Cling) mLauncher.findViewById(R.id.workspace_cling); local
447 Cling cling = (Cling) mLauncher.findViewById(R.id.folder_cling); local
    [all...]
  /packages/apps/Launcher2/res/layout/
custom_workspace_cling.xml 17 <com.android.launcher2.Cling
32 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/values-sw720dp-land/
dimens.xml 36 <!-- Cling -->
37 <!-- The offset for the text in the cling -->
  /packages/apps/Launcher3/res/values-sw720dp-land/
dimens.xml 28 <!-- Cling -->
29 <!-- The offset for the text in the cling -->
  /packages/apps/Launcher3/res/values-sw720dp-port/
dimens.xml 26 <!-- Cling -->
27 <!-- The offset for the text in the cling -->
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 38 public class Cling extends FrameLayout {
40 static final String WORKSPACE_CLING_DISMISSED_KEY = "cling.workspace.dismissed";
41 static final String ALLAPPS_CLING_DISMISSED_KEY = "cling.allapps.dismissed";
42 static final String FOLDER_CLING_DISMISSED_KEY = "cling.folder.dismissed";
71 public Cling(Context context) {
75 public Cling(Context context, AttributeSet attrs) {
79 public Cling(Context context, AttributeSet attrs, int defStyle) {
82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
96 mPunchThroughGraphic = r.getDrawable(R.drawable.cling);
268 // Draw the rest of the cling
    [all...]
  /packages/apps/Launcher3/res/layout-land/
folder_cling.xml 16 <com.android.launcher3.Cling
40 android:background="@drawable/cling">
65 </com.android.launcher3.Cling>
migration_workspace_cling.xml 16 <com.android.launcher3.Cling
44 android:background="@drawable/cling">
70 </com.android.launcher3.Cling>
workspace_cling.xml 16 <com.android.launcher3.Cling
43 android:background="@drawable/cling">
79 android:background="@drawable/cling">
108 </com.android.launcher3.Cling>
  /packages/apps/Launcher3/res/layout-port/
folder_cling.xml 16 <com.android.launcher3.Cling
40 android:background="@drawable/cling">
65 </com.android.launcher3.Cling>
migration_workspace_cling.xml 16 <com.android.launcher3.Cling
42 android:background="@drawable/cling">
70 </com.android.launcher3.Cling>
workspace_cling.xml 16 <com.android.launcher3.Cling
43 android:background="@drawable/cling">
79 android:background="@drawable/cling">
108 </com.android.launcher3.Cling>
  /packages/apps/Launcher3/res/layout-sw600dp/
folder_cling.xml 16 <com.android.launcher3.Cling
46 android:background="@drawable/cling">
66 </com.android.launcher3.Cling>
workspace_cling.xml 16 <com.android.launcher3.Cling
40 android:background="@drawable/cling">
65 </com.android.launcher3.Cling>
  /packages/apps/Launcher3/res/layout-sw600dp-port/
migration_workspace_cling.xml 16 <com.android.launcher3.Cling
44 android:background="@drawable/cling">
70 </com.android.launcher3.Cling>
  /packages/apps/Launcher3/res/layout-sw720dp/
migration_workspace_cling.xml 16 <com.android.launcher3.Cling
44 android:background="@drawable/cling">
70 </com.android.launcher3.Cling>
  /packages/apps/Launcher3/res/values-en/
dimens.xml 18 <!-- Cling -->
  /packages/apps/Launcher2/res/layout-land/
all_apps_cling.xml 16 <com.android.launcher2.Cling
48 </com.android.launcher2.Cling>
folder_cling.xml 16 <com.android.launcher2.Cling
48 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/layout-port/
all_apps_cling.xml 16 <com.android.launcher2.Cling
48 </com.android.launcher2.Cling>
folder_cling.xml 16 <com.android.launcher2.Cling
49 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/layout-sw600dp-port/
all_apps_cling.xml 16 <com.android.launcher2.Cling
50 </com.android.launcher2.Cling>
folder_cling.xml 16 <com.android.launcher2.Cling
51 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/layout-sw720dp/
all_apps_cling.xml 16 <com.android.launcher2.Cling
46 </com.android.launcher2.Cling>
folder_cling.xml 16 <com.android.launcher2.Cling
46 </com.android.launcher2.Cling>

Completed in 353 milliseconds

1 2 3