HomeSort by relevance Sort by last modified time
    Searched defs:Cling (Results 1 - 2 of 2) sorted by null

  /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/src/com/android/launcher3/
Cling.java 38 public class Cling extends FrameLayout implements Insettable, View.OnClickListener,
82 public Cling(Context context) {
86 public Cling(Context context, AttributeSet attrs) {
90 public Cling(Context context, AttributeSet attrs, int defStyle) {
93 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
229 // We are about to trigger the workspace cling, so don't do anything else
241 // We are about to trigger the workspace cling, so don't do anything else
443 // Draw the rest of the cling

Completed in 1485 milliseconds