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

  /packages/apps/Camera2/src/com/android/camera/widget/
ExternalViewerButton.java 39 private final SparseArray<Cling> mClingMap;
43 mClingMap = new SparseArray<Cling>();
57 * Sets cling of the given viewer type for external viewer button.
59 public void setClingForViewer(int viewerType, Cling cling) {
60 if (cling == null) {
61 Log.w(TAG, "Cannot set a null cling for viewer");
64 mClingMap.put(viewerType, cling);
65 cling.setReferenceView(this);
69 * Clears cling of the given viewer type for external viewer button
72 Cling cling = mClingMap.get(viewerType); local
140 Cling cling = mClingMap.get(mState); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java 67 // Disable the migration cling
76 // Set the flag to skip the folder cling
82 // Disable the migration cling
90 * Shows the migration cling.
110 // Show the longpress cling next
123 View cling = mInflater.inflate(R.layout.longpress_cling, root, false); local
125 cling.setOnLongClickListener(new OnLongClickListener() {
135 final ViewGroup content = (ViewGroup) cling.findViewById(R.id.cling_content);
146 root.addView(cling);
149 // This is the first cling being shown. No need to animate
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 3935 final Cling cling = (Cling) findViewById(clingId); local
3991 final View cling = findViewById(id); local
4005 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
4026 View cling = findViewById(R.id.workspace_cling); local
4059 Cling cling = (Cling) findViewById(R.id.folder_cling); local
4066 Cling cling = (Cling) findViewById(R.id.workspace_cling); local
4070 Cling cling = (Cling) findViewById(R.id.all_apps_cling); local
4074 Cling cling = (Cling) findViewById(R.id.folder_cling); local
    [all...]

Completed in 519 milliseconds