Searched defs:context (Results 251 - 275 of 1807) sorted by relevance

<<11121314151617181920>>

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDrawableStateProxyView.java33 public DrawableStateProxyView(Context context) { argument
34 this(context, null);
37 public DrawableStateProxyView(Context context, AttributeSet attrs) { argument
38 this(context, attrs, 0);
42 public DrawableStateProxyView(Context context, AttributeSet attrs, int defStyle) { argument
43 super(context, attrs, defStyle);
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
H A DFocusOnlyTabWidget.java25 public FocusOnlyTabWidget(Context context) { argument
26 super(context);
29 public FocusOnlyTabWidget(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
33 public FocusOnlyTabWidget(Context context, AttributeSet attrs, int defStyle) { argument
34 super(context, attrs, defStyle);
H A DFolderEditText.java12 public FolderEditText(Context context) { argument
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) { argument
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) { argument
21 super(context, attrs, defStyle);
H A DHandleView.java35 public HandleView(Context context) { argument
36 super(context);
39 public HandleView(Context context, AttributeSet attrs) { argument
40 this(context, attrs, 0);
43 public HandleView(Context context, AttributeSet attrs, int defStyle) { argument
44 super(context, attrs, defStyle);
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
50 setContentDescription(context.getString(R.string.all_apps_button_label));
H A DHolographicImageView.java28 public HolographicImageView(Context context) { argument
29 this(context, null);
32 public HolographicImageView(Context context, AttributeSet attrs) { argument
33 this(context, attrs, 0);
36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
39 mHolographicHelper = new HolographicViewHelper(context);
H A DHolographicLinearLayout.java36 public HolographicLinearLayout(Context context) { argument
37 this(context, null);
40 public HolographicLinearLayout(Context context, AttributeSet attrs) { argument
41 this(context, attrs, 0);
44 public HolographicLinearLayout(Context context, AttributeSet attrs, int defStyle) { argument
45 super(context, attrs, defStyle);
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
53 mHolographicHelper = new HolographicViewHelper(context);
H A DHolographicViewHelper.java35 public HolographicViewHelper(Context context) { argument
36 Resources res = context.getResources();
H A DLauncherAppWidgetHost.java39 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, argument
41 return new LauncherAppWidgetHostView(context);
H A DUserInitializeReceiver.java36 public void onReceive(Context context, Intent intent) { argument
37 final Resources resources = context.getResources();
46 WallpaperManager wpm = (WallpaperManager) context.getSystemService(
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAccessibleTabView.java28 public AccessibleTabView(Context context) { argument
29 super(context);
32 public AccessibleTabView(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
36 public AccessibleTabView(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
H A DAppsCustomizeCellLayout.java23 public AppsCustomizeCellLayout(Context context) { argument
24 super(context);
H A DCheckableFrameLayout.java28 public CheckableFrameLayout(Context context) { argument
29 super(context);
32 public CheckableFrameLayout(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
36 public CheckableFrameLayout(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
H A DDrawableStateProxyView.java33 public DrawableStateProxyView(Context context) { argument
34 this(context, null);
37 public DrawableStateProxyView(Context context, AttributeSet attrs) { argument
38 this(context, attrs, 0);
42 public DrawableStateProxyView(Context context, AttributeSet attrs, int defStyle) { argument
43 super(context, attrs, defStyle);
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
H A DFocusOnlyTabWidget.java25 public FocusOnlyTabWidget(Context context) { argument
26 super(context);
29 public FocusOnlyTabWidget(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
33 public FocusOnlyTabWidget(Context context, AttributeSet attrs, int defStyle) { argument
34 super(context, attrs, defStyle);
H A DFolderEditText.java12 public FolderEditText(Context context) { argument
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) { argument
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) { argument
21 super(context, attrs, defStyle);
H A DHolographicViewHelper.java35 public HolographicViewHelper(Context context) { argument
36 Resources res = context.getResources();
H A DLauncherAppWidgetHost.java39 protected AppWidgetHostView onCreateView(Context context, int appWidgetId, argument
41 return new LauncherAppWidgetHostView(context);
H A DMemoryDumpActivity.java83 public static void dumpHprofAndShare(final Context context, MemoryTracker tracker) { argument
121 final PackageManager pm = context.getPackageManager();
125 appVersion = pm.getPackageInfo(context.getPackageName(), 0).versionName;
137 context.startActivity(shareIntent);
152 public static void startDump(final Context context) { argument
153 startDump(context, null);
156 public static void startDump(final Context context, final Runnable andThen) { argument
160 dumpHprofAndShare(context,
162 context.unbindService(this);
170 context
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCameraPreference.java42 public CameraPreference(Context context, AttributeSet attrs) { argument
43 mContext = context;
44 TypedArray a = context.obtainStyledAttributes(
H A DPreferenceGroup.java32 public PreferenceGroup(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
H A DPreferenceInflater.java46 public PreferenceInflater(Context context) { argument
47 mContext = context;
H A DPreviewFrameLayout.java38 public PreviewFrameLayout(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
H A DRecordLocationPreference.java38 public RecordLocationPreference(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
40 mResolver = context.getContentResolver();
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DAbstractSettingPopup.java32 public AbstractSettingPopup(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
H A DControlPanelLayout.java35 public ControlPanelLayout(Context context, AttributeSet attrs) { argument
36 super(context, attrs);

Completed in 114 milliseconds

<<11121314151617181920>>