HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 451 - 475 of 13136) sorted by null

<<11121314151617181920>>

  /packages/apps/Camera/src/com/android/camera/
CountDownTimerPreference.java 19 import android.content.Context;
26 * initCountDownTimeChoices(Context context), rather than reading the entries
31 public CountDownTimerPreference(Context context, AttributeSet attrs) {
32 super(context, attrs);
33 initCountDownDurationChoices(context);
36 private void initCountDownDurationChoices(Context context) {
42 entries[0] = context.getString(R.string.setting_off); // Of
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PopupManager.java 19 import android.content.Context;
30 private static HashMap<Context, PopupManager> sMap =
31 new HashMap<Context, PopupManager>();
53 public static PopupManager getInstance(Context context) {
54 PopupManager instance = sMap.get(context);
57 sMap.put(context, instance);
62 public static void removeInstance(Context context) {
63 PopupManager instance = sMap.get(context);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
ToggleImageButton.java 18 import android.content.Context;
39 public ToggleImageButton(Context context) {
40 super(context);
43 public ToggleImageButton(Context context, AttributeSet attrs) {
44 super(context, attrs);
47 public ToggleImageButton(Context context, AttributeSet attrs, int defStyle) {
48 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ActionsViewContainer.java 19 import android.content.Context;
34 public ActionsViewContainer(Context context) {
35 super(context);
38 public ActionsViewContainer(Context context, AttributeSet attrs) {
39 this(context, attrs, 0);
42 public ActionsViewContainer(Context context, AttributeSet attrs, int defStyle) {
43 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
TouchlessScrollView.java 3 import android.content.Context;
17 public TouchlessScrollView(Context context) {
18 this(context, null);
21 public TouchlessScrollView(Context context, AttributeSet attrs) {
22 this(context, attrs, 0);
25 public TouchlessScrollView(Context context, AttributeSet attrs, int defStyleAttr) {
26 super(context, attrs, defStyleAttr)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertWakeLock.java 19 import android.content.Context;
29 public static PowerManager.WakeLock createPartialWakeLock(Context context) {
30 PowerManager pm = (PowerManager) context.getSystemService(Context.POWER_SERVICE);
34 public static void acquireCpuWakeLock(Context context) {
39 sCpuWakeLock = createPartialWakeLock(context);
43 public static void acquireScreenCpuWakeLock(Context context) {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/setup/
AuthenticatorSetupIntentHelper.java 20 import android.content.Context;
40 public static Intent actionNewAccountIntent(final Context context) {
43 new ComponentName(context, "com.android.email.activity.setup.AccountSetupFinal"));
48 public static Intent actionNewAccountWithResultIntent(final Context context) {
51 new ComponentName(context, "com.android.email.activity.setup.AccountSetupFinal"));
57 final Context context, final String accountManagerType) {
60 new ComponentName(context, "com.android.email.activity.setup.AccountSetupFinal"))
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmTouchlessScrollView.java 19 import android.content.Context;
35 * @param context The context instance
37 public FmTouchlessScrollView(Context context) {
38 this(context, null);
44 * @param context The context instance
47 public FmTouchlessScrollView(Context context, AttributeSet attrs)
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/views/
SquareImageView.java 19 import android.content.Context;
26 public SquareImageView(Context context) {
27 super(context);
30 public SquareImageView(Context context, AttributeSet attrs) {
31 super(context, attrs);
34 public SquareImageView(Context context, AttributeSet attrs, int defStyle) {
35 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AccessibleTabView.java 19 import android.content.Context;
28 public AccessibleTabView(Context context) {
29 super(context);
32 public AccessibleTabView(Context context, AttributeSet attrs) {
33 super(context, attrs);
36 public AccessibleTabView(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
FolderEditText.java 3 import android.content.Context;
12 public FolderEditText(Context context) {
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) {
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) {
21 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CheckableFrameLayout.java 19 import android.content.Context;
28 public CheckableFrameLayout(Context context) {
29 super(context);
32 public CheckableFrameLayout(Context context, AttributeSet attrs) {
33 super(context, attrs);
36 public CheckableFrameLayout(Context context, AttributeSet attrs, int defStyle) {
37 super(context, attrs, defStyle)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderEditText.java 3 import android.content.Context;
12 public FolderEditText(Context context) {
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) {
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) {
21 super(context, attrs, defStyle)
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
PopupManager.java 19 import android.content.Context;
30 private static HashMap<Context, PopupManager> sMap =
31 new HashMap<Context, PopupManager>();
53 public static PopupManager getInstance(Context context) {
54 PopupManager instance = sMap.get(context);
57 sMap.put(context, instance);
62 public static void removeInstance(Context context) {
63 PopupManager instance = sMap.get(context);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 23 import android.content.Context;
31 public LayoutSelectorAdapter(Context context) {
32 super(context, getData(context));
35 protected static List<IconListItem> getData(Context context) {
37 addItem(data, context.getString(R.string.select_top_text),
39 addItem(data, context.getString(R.string.select_bottom_text),
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactBadge.java 18 import android.content.Context;
32 public ContactBadge(Context context) {
33 super(context);
36 public ContactBadge(Context context, AttributeSet attrs) {
37 super(context, attrs);
40 public ContactBadge(Context context, AttributeSet attrs, int defStyle) {
41 super(context, attrs, defStyle)
    [all...]
SearchActivityViewSinglePane.java 22 import android.content.Context;
33 public SearchActivityViewSinglePane(Context context) {
34 super(context);
37 public SearchActivityViewSinglePane(Context context, AttributeSet attrs) {
38 super(context, attrs);
41 public SearchActivityViewSinglePane(Context context, AttributeSet attrs, int defStyle) {
42 super(context, attrs, defStyle)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SnapHeader.java 19 import android.content.Context;
36 public SnapHeader(Context context) {
37 this(context, null);
40 public SnapHeader(Context context, AttributeSet attrs) {
41 this(context, attrs, -1);
44 public SnapHeader(Context context, AttributeSet attrs, int defStyle) {
45 super(context, attrs, defStyle)
    [all...]
StarView.java 3 import android.content.Context;
20 public StarView(Context context) {
21 super(context);
24 public StarView(Context context, AttributeSet attrs) {
25 super(context, attrs);
28 public StarView(Context context, AttributeSet attrs, int defStyle) {
29 super(context, attrs, defStyle)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
EnterSubject.java 19 import android.content.Context;
31 public EnterSubject(Context context) {
32 super(context);
34 public EnterSubject(Context context, AttributeSet attrs) {
35 super(context, attrs);
37 public EnterSubject(Context context, AttributeSet attrs, int defStyle) {
38 super(context, attrs, defStyle)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
MultiLineTitleEditTextPreference.java 19 import android.content.Context;
48 public MultiLineTitleEditTextPreference(Context context, AttributeSet attrs, int defStyle) {
49 super(context, attrs, defStyle);
52 public MultiLineTitleEditTextPreference(Context context, AttributeSet attrs) {
53 super(context, attrs);
56 public MultiLineTitleEditTextPreference(Context context) {
57 super(context);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
75 #define _Unwind_GetIP(context) \
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
78 #define _Unwind_SetIP(context, val) \
79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
75 #define _Unwind_GetIP(context) \
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
78 #define _Unwind_SetIP(context, val) \
79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
75 #define _Unwind_GetIP(context) \
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
78 #define _Unwind_SetIP(context, val) \
79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind.h 68 __gnu_unwind_24bit (_Unwind_Context * context __attribute__ ((unused)),
75 #define _Unwind_GetIP(context) \
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
78 #define _Unwind_SetIP(context, val) \
79 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))

Completed in 353 milliseconds

<<11121314151617181920>>