Searched refs:context (Results 351 - 375 of 1892) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/hardware/
H A DSerialManager.java39 public SerialManager(Context context, ISerialManager service) { argument
40 mContext = context;
/frameworks/base/core/java/android/net/
H A DEthernetManager.java43 public EthernetManager(Context context, IEthernetManager service) { argument
44 mContext = context;
/frameworks/base/core/java/android/os/
H A DVibrator.java46 protected Vibrator(Context context) { argument
47 mPackageName = context.getOpPackageName();
/frameworks/base/core/java/android/preference/
H A DTwoStatePreference.java43 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
44 super(context, attrs, defStyleAttr, defStyleRes);
47 public TwoStatePreference(Context context, AttributeSet attrs, int defStyleAttr) { argument
48 this(context, attrs, defStyleAttr, 0);
51 public TwoStatePreference(Context context, AttributeSet attrs) { argument
52 this(context, attrs, 0);
55 public TwoStatePreference(Context context) { argument
56 this(context, null);
42 TwoStatePreference( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java36 public AllCapsTransformationMethod(Context context) { argument
37 mLocale = context.getResources().getConfiguration().locale;
/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java98 * @param context the Context the view group is running in, through which
103 public LayoutAnimationController(Context context, AttributeSet attrs) { argument
104 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);
114 setAnimation(context, resource);
119 setInterpolator(context, resource);
175 * @param context the context from which the animation must be inflated
183 public void setAnimation(Context context, int resourceID) { argument
184 setAnimation(AnimationUtils.loadAnimation(context, resourceID));
220 * @param context th
228 setInterpolator(Context context, int resourceID) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DPluginList.java109 public synchronized void pluginClicked(Context context, int position) { argument
112 plugin.dispatchClickEvent(context);
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java42 public AbsoluteLayout(Context context) { argument
43 this(context, null);
46 public AbsoluteLayout(Context context, AttributeSet attrs) { argument
47 this(context, attrs, 0);
50 public AbsoluteLayout(Context context, AttributeSet attrs, int defStyleAttr) { argument
51 this(context, attrs, defStyleAttr, 0);
54 public AbsoluteLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
55 super(context, attrs, defStyleAttr, defStyleRes);
187 * the supplied attributes set and context. The XML attributes mapped
/frameworks/base/core/java/com/android/internal/widget/
H A DAccessibleDateAnimator.java31 public AccessibleDateAnimator(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DTextProgressBar.java62 public TextProgressBar(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
63 super(context, attrs, defStyleAttr, defStyleRes);
66 public TextProgressBar(Context context, AttributeSet attrs, int defStyleAttr) { argument
67 super(context, attrs, defStyleAttr);
70 public TextProgressBar(Context context, AttributeSet attrs) { argument
71 super(context, attrs);
74 public TextProgressBar(Context context) { argument
75 super(context);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java39 Context context = getInstrumentation().getTargetContext();
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteReceiver.java32 public void onReceive(Context context, Intent intent) argument
37 context.sendOrderedBroadcast(newIntent, null);
/frameworks/base/location/java/android/location/
H A DGpsMeasurementListenerTransport.java34 public GpsMeasurementListenerTransport(Context context, ILocationManager locationManager) { argument
36 mContext = context;
H A DGpsNavigationMessageListenerTransport.java35 Context context,
38 mContext = context;
34 GpsNavigationMessageListenerTransport( Context context, ILocationManager locationManager) argument
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java38 public MtpStorage(StorageVolume volume, Context context) { argument
41 mDescription = context.getResources().getString(volume.getDescriptionId());
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSizeChangeEffect.java31 public SizeChangeEffect(EffectContext context, argument
37 super(context, name, filterClass, inputName, outputName, finalParameters);
/frameworks/base/media/mca/effect/java/android/media/effect/effects/
H A DIdentityEffect.java29 public IdentityEffect(EffectContext context, String name) { argument
30 super(context, name);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DFrameFetch.java50 public void process(FilterContext context) { argument
51 Frame output = context.fetchFrame(mKey);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DGrainFilter.java107 public void initProgram(FilterContext context, int target) { argument
110 ShaderProgram shaderProgram = new ShaderProgram(context, mNoiseShader);
114 shaderProgram = new ShaderProgram(context, mGrainShader);
145 public void fieldPortValueUpdated(String name, FilterContext context) { argument
152 public void process(FilterContext context) { argument
163 Frame noiseFrame = context.getFrameManager().newFrame(inputFormat);
166 Frame output = context.getFrameManager().newFrame(inputFormat);
170 initProgram(context, inputFormat.getTarget());
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DPackageReceiver.java30 public void onReceive(Context context, Intent intent) { argument
31 final ContentResolver resolver = context.getContentResolver();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerProvider.java33 public PrintSpoolerProvider(Context context, Runnable callback) { argument
34 mContext = context;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
H A DPrintOptionUtils.java36 * @param context Context for accessing system resources.
40 public static String getAdvancedOptionsActivityName(Context context, argument
42 PrintManager printManager = (PrintManager) context.getSystemService(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DGlobalSetting.java33 public GlobalSetting(Context context, Handler handler, String settingName) { argument
35 mContext = context;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DEmptyShadeView.java31 public EmptyShadeView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DLocationControllerImpl.java60 public LocationControllerImpl(Context context) { argument
61 mContext = context;
65 context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, null);
67 mAppOpsManager = (AppOpsManager) context.getSystemService(Context.APP_OPS_SERVICE);
69 = (StatusBarManager) context.getSystemService(Context.STATUS_BAR_SERVICE);
74 context.registerReceiverAsUser(new BroadcastReceiver() {
76 public void onReceive(Context context, Intent intent) {
212 public void onReceive(Context context, Intent intent) { argument

Completed in 1202 milliseconds

<<11121314151617181920>>