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

1 2

  /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/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...]
Launcher.java 3880 final Cling cling = (Cling) findViewById(clingId); local
3936 final View cling = findViewById(id); local
3950 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
3971 View cling = findViewById(R.id.workspace_cling); local
4004 Cling cling = (Cling) findViewById(R.id.folder_cling); local
4011 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
4015 Cling cling = (Cling) findViewById(R.id.all_apps_cling); local
4019 Cling cling = (Cling) findViewById(R.id.folder_cling); local
    [all...]
HideFromAccessibilityHelper.java 103 return !hasAncestorOfType(v, Cling.class) &&
AppsCustomizeTabHost.java 421 // Dismiss the workspace cling
423 // Show the all apps cling (if not already shown)
435 // cling initialization/dismiss code above.
  /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>
workspace_cling.xml 16 <com.android.launcher2.Cling
59 </com.android.launcher2.Cling>
launcher.xml 89 <!-- The Workspace cling must appear under the AppsCustomizePagedView below to ensure
  /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>
workspace_cling.xml 16 <com.android.launcher2.Cling
62 </com.android.launcher2.Cling>
launcher.xml 84 <!-- The Workspace cling must appear under the AppsCustomizePagedView below to ensure
  /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>
workspace_cling.xml 16 <com.android.launcher2.Cling
62 </com.android.launcher2.Cling>
launcher.xml 84 <!-- The Workspace cling must appear under the AppsCustomizePagedView below to ensure
  /packages/apps/Launcher2/res/layout-sw720dp-port/
folder_cling.xml 16 <com.android.launcher2.Cling
46 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/values/
attrs.xml 37 <!-- Cling specific attributes. These attributes are used to customize
38 the cling in XML files. -->
39 <declare-styleable name="Cling">
40 <!-- Used to identify how to draw the cling bg -->
129 <!-- The x index of the item to be focused in the cling -->
131 <!-- The y index of the item to be focused in the cling -->
dimens.xml 18 <!-- Cling -->
21 <!-- The offset for the text in the cling -->
strings.xml 230 <!-- The title text for the workspace cling [CHAR_LIMIT=none] -->
236 <!-- The title text for the All Apps cling [CHAR_LIMIT=none] -->
240 <!-- The title text for the Folder cling [CHAR_LIMIT=none] -->
246 <!-- The text on the button to dismiss a cling [CHAR_LIMIT=none] -->
248 <!-- Error message on dummy custom cling layout [DO NOT TRANSLATE] -->
249 <string name="dummy_custom_cling_error_message">Error: custom workspace layout passed in but custom cling was not overwritten</string>
  /packages/apps/Launcher2/res/values-sw720dp-port/
dimens.xml 56 <!-- Cling -->
57 <!-- The offset for the text in the cling -->

Completed in 314 milliseconds

1 2