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

  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 36 public class Cling extends FrameLayout {
38 static final String WORKSPACE_CLING_DISMISSED_KEY = "cling.workspace.dismissed";
39 static final String ALLAPPS_CLING_DISMISSED_KEY = "cling.allapps.dismissed";
40 static final String FOLDER_CLING_DISMISSED_KEY = "cling.folder.dismissed";
65 public Cling(Context context) {
69 public Cling(Context context, AttributeSet attrs) {
73 public Cling(Context context, AttributeSet attrs, int defStyle) {
76 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
87 mPunchThroughGraphic = r.getDrawable(R.drawable.cling);
216 // Draw the rest of the cling
    [all...]
Launcher.java 3148 Cling cling = (Cling) findViewById(clingId); local
3187 final View cling = findViewById(id); local
3222 Cling cling = null; local
3231 Cling cling = (Cling) findViewById(R.id.folder_cling); local
3238 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
3242 Cling cling = (Cling) findViewById(R.id.all_apps_cling); local
3246 Cling cling = (Cling) findViewById(R.id.folder_cling); local
    [all...]
Folder.java 407 Cling cling = mLauncher.showFirstRunFoldersCling();
408 if (cling != null) {
409 cling.bringToFront();
    [all...]
AppsCustomizeTabHost.java 327 // Dismiss the cling if necessary
AppsCustomizePagedView.java 195 // Cling
394 // Calculate the position for the cling punch through
575 // Dismiss the cling
    [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
57 </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
60 </com.android.launcher2.Cling
  /packages/apps/Launcher2/res/layout-sw600dp-land/
all_apps_cling.xml 16 <com.android.launcher2.Cling
43 </com.android.launcher2.Cling
workspace_cling.xml 16 <com.android.launcher2.Cling
54 </com.android.launcher2.Cling
  /packages/apps/Launcher2/res/layout-sw600dp-port/
all_apps_cling.xml 16 <com.android.launcher2.Cling
44 </com.android.launcher2.Cling
workspace_cling.xml 16 <com.android.launcher2.Cling
54 </com.android.launcher2.Cling
  /packages/apps/Launcher2/res/values/
attrs.xml 30 <!-- Cling specific attributes. These attributes are used to customize
31 the cling in XML files. -->
32 <declare-styleable name="Cling">
33 <!-- Used to identify how to draw the cling bg -->
134 <!-- The x index of the item to be focused in the cling -->
136 <!-- The y index of the item to be focused in the cling -->
strings.xml 220 <!-- The title text for the workspace cling [CHAR_LIMIT=none] -->
226 <!-- The title text for the All Apps cling [CHAR_LIMIT=none] -->
230 <!-- The title text for the Folder cling [CHAR_LIMIT=none] -->
236 <!-- The text on the button to dismiss a cling [CHAR_LIMIT=none] -->
dimens.xml 18 <!-- Cling -->
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 183 milliseconds