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

  /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 39 public class Cling extends FrameLayout {
41 static final String WORKSPACE_CLING_DISMISSED_KEY = "cling.workspace.dismissed";
42 static final String ALLAPPS_CLING_DISMISSED_KEY = "cling.allapps.dismissed";
43 static final String FOLDER_CLING_DISMISSED_KEY = "cling.folder.dismissed";
72 public Cling(Context context) {
76 public Cling(Context context, AttributeSet attrs) {
80 public Cling(Context context, AttributeSet attrs, int defStyle) {
83 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
95 mPunchThroughGraphic = r.getDrawable(R.drawable.cling);
275 // Draw the rest of the cling
    [all...]
Launcher.java 3559 Cling cling = (Cling) findViewById(clingId); local
3602 final View cling = findViewById(id); local
3615 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
3655 Cling cling = (Cling) findViewById(R.id.folder_cling); local
3662 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
3666 Cling cling = (Cling) findViewById(R.id.all_apps_cling); local
3670 Cling cling = (Cling) findViewById(R.id.folder_cling); local
    [all...]
AppsCustomizeTabHost.java 433 // Dismiss the workspace cling and show the all apps cling (if not already shown)
Folder.java 438 Cling cling = mLauncher.showFirstRunFoldersCling();
439 if (cling != null) {
440 cling.bringToFront();
    [all...]
AppsCustomizePagedView.java 263 // Cling
488 // Show All Apps cling if we are finished transitioning, otherwise, we will try again when
504 // Calculate the position for the cling punch through
    [all...]
  /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
53 </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>
workspace_cling.xml 16 <com.android.launcher2.Cling
56 </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>
workspace_cling.xml 16 <com.android.launcher2.Cling
52 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/layout-sw720dp-port/
folder_cling.xml 16 <com.android.launcher2.Cling
46 </com.android.launcher2.Cling>
workspace_cling.xml 16 <com.android.launcher2.Cling
52 </com.android.launcher2.Cling>
  /packages/apps/Launcher2/res/values-sw720dp-port/
dimens.xml 39 <!-- Cling -->
40 <!-- The offset for the text in the 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 -->
strings.xml 229 <!-- The title text for the workspace cling [CHAR_LIMIT=none] -->
235 <!-- The title text for the All Apps cling [CHAR_LIMIT=none] -->
239 <!-- The title text for the Folder cling [CHAR_LIMIT=none] -->
245 <!-- The text on the button to dismiss a cling [CHAR_LIMIT=none] -->
dimens.xml 18 <!-- Cling -->
21 <!-- The offset for the text in the cling -->
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 837 milliseconds