Searched defs:context (Results 151 - 175 of 2495) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
H A DPressedButton.java25 public PressedButton(Context context, AttributeSet attrs) { argument
26 super(context, attrs);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp29 // Using the same context with the source in pScript.
30 BCCContext &context = pScript.getSource().getContext(); local
32 Source *libclcore_source = Source::CreateFromFile(context, core_lib);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/debug/
H A DLogHelper.java21 public static void initialize(Context context) { argument
/frameworks/ex/common/java/com/android/common/userhappiness/
H A DUserHappinessSignals.java49 public static void userAcceptedImeText(Context context) { argument
55 i.putExtra(LoggingEvents.EXTRA_CALLING_APP_NAME, context.getPackageName());
57 context.sendBroadcast(i);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/
H A DAccessibleLinearLayout.java31 public AccessibleLinearLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DAccessibleTextView.java31 public AccessibleTextView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleDayPickerView.java27 public SimpleDayPickerView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
31 public SimpleDayPickerView(Context context, DatePickerController controller) { argument
32 super(context, controller);
36 public MonthAdapter createMonthAdapter(Context context, DatePickerController controller) { argument
37 return new SimpleMonthAdapter(context, controller);
H A DSimpleMonthAdapter.java26 public SimpleMonthAdapter(Context context, DatePickerController controller) { argument
27 super(context, controller);
31 public MonthView createMonthView(Context context) { argument
32 final MonthView monthView = new SimpleMonthView(context);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSIMAccessor.java14 public SIMAccessor(Context context) { argument
15 mTelephonyManager = TelephonyManager.from(context);
16 mSubscriptionManager = SubscriptionManager.from(context);
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
H A DSetupWizardRecyclerItemsLayout.java30 public SetupWizardRecyclerItemsLayout(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
34 public SetupWizardRecyclerItemsLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
35 super(context, attrs, defStyleAttr);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardItemsLayout.java31 public SetupWizardItemsLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
33 init(context, attrs, 0);
36 public SetupWizardItemsLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
37 super(context, attrs, defStyleAttr);
38 init(context, attrs, defStyleAttr);
41 private void init(Context context, AttributeSet attrs, int defStyleAttr) { argument
42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwSetupWizardItemsLayout,
46 ItemGroup inflated = (ItemGroup) new ItemInflater(context).inflate(xml);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DAsyncEmergencyContactNotifier.java35 public AsyncEmergencyContactNotifier(Context context) { argument
36 mContext = context;
H A DBlockChecker.java20 public static boolean isBlocked(Context context, String phoneNumber) { argument
26 context, phoneNumber)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneFactory.java32 * @param context {@code Context} needed to create a Phone object
37 public static ImsPhone makePhone(Context context, argument
41 return new ImsPhone(context, phoneNotifier, defaultPhone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java34 * @param context {@code Context} needed to create a Phone object
39 public static SipPhone makePhone(String sipUri, Context context, argument
43 return new SipPhone(context, phoneNotifier, profile);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestApplication.java23 private static Context context; field in class:TestApplication
27 TestApplication.context = getApplicationContext();
31 return TestApplication.context;
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationSubMenu.java32 public NavigationSubMenu(Context context, NavigationMenu menu, MenuItemImpl item) { argument
33 super(context, menu, item);
/frameworks/support/design/src/android/support/design/widget/
H A DTabItem.java43 public TabItem(Context context) { argument
44 this(context, null);
47 public TabItem(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
50 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
H A DTextInputEditText.java34 public TextInputEditText(Context context) { argument
35 super(context);
38 public TextInputEditText(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
42 public TextInputEditText(Context context, AttributeSet attrs, int defStyleAttr) { argument
43 super(context, attrs, defStyleAttr);
H A DThemeUtils.java29 static void checkAppCompatTheme(Context context) { argument
30 TypedArray a = context.obtainStyledAttributes(APPCOMPAT_CHECK_ATTRS);
/frameworks/support/design/tests/src/android/support/design/custom/
H A DCustomTextView.java25 public CustomTextView(Context context) { argument
26 super(context);
29 public CustomTextView(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
33 public CustomTextView(Context context, AttributeSet attrs, int defStyleAttr) { argument
34 super(context, attrs, defStyleAttr);
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DTestUtils.java36 static File createFileFromResource(Context context, int id) throws IOException { argument
38 "}.zip", context.getCacheDir());
44 final InputStream inputStream = context.getResources().openRawResource(id);
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
H A DSlideNoPropagation.java32 public SlideNoPropagation(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DLeanbackTransitionHelperKitKat.java25 static public Object loadTitleInTransition(Context context) { argument
28 slide.setInterpolator(AnimationUtils.loadInterpolator(context,
34 static public Object loadTitleOutTransition(Context context) { argument
37 slide.setInterpolator(AnimationUtils.loadInterpolator(context,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DNonOverlappingFrameLayout.java22 public NonOverlappingFrameLayout(Context context) { argument
23 this(context, null);
26 public NonOverlappingFrameLayout(Context context, AttributeSet attrs) { argument
27 super(context, attrs, 0);
30 public NonOverlappingFrameLayout(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);

Completed in 4626 milliseconds

1234567891011>>