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/
Cling.java 26 * This class defines a generic cling that provides on-screen instructions. A convenient
27 * method is provided here to automatically adjust the position of the cling to
31 public class Cling extends TextView {
47 public Cling(Context context, AttributeSet attrs) {
51 public Cling(Context context) {
77 * Adjust the translation of the cling to stay on top of the reference view.
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h     [all...]

Completed in 560 milliseconds