Searched defs:mContext (Results 1 - 25 of 790) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A Ditfstruct.h34 void *mContext; member in struct:Object_interface
235 void *mContext; member in struct:BufferQueue_interface
262 void *mContext; member in struct:__anon1775
444 void *mContext; member in struct:__anon1789
474 void *mContext; member in struct:Play_interface
505 void *mContext; member in struct:__anon1793
542 void *mContext; member in struct:__anon1796
588 void *mContext; member in struct:__anon1801
612 void *mContext; member in struct:__anon1804
677 void *mContext; member in struct:__anon1810
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java81 private Context mContext; field in class:MyRenderer
84 mContext = context;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java109 private Context mContext; field in class:BackgroundManager
464 mLayerDrawable.clearDrawable(R.id.background_imageout, mContext);
576 drawable = mService.getThemeDrawable(mContext, mThemeDrawableResourceId);
579 drawable = createEmptyDrawable(mContext);
623 mContext = activity;
625 mHeightPx = mContext.getResources().getDisplayMetrics().heightPixels;
626 mWidthPx = mContext.getResources().getDisplayMetrics().widthPixels;
630 mAccelerateInterpolator = AnimationUtils.loadInterpolator(mContext,
632 mDecelerateInterpolator = AnimationUtils.loadInterpolator(mContext,
758 ContextCompat.getDrawable(mContext,
[all...]
H A DPlaybackControlGlue.java167 private final Context mContext; field in class:PlaybackControlGlue
255 mContext = context;
335 return mContext;
607 mSkipPreviousAction = new PlaybackControlsRow.SkipPreviousAction(mContext);
616 mRewindAction = new PlaybackControlsRow.RewindAction(mContext,
626 mPlayPauseAction = new PlaybackControlsRow.PlayPauseAction(mContext);
635 mFastForwardAction = new PlaybackControlsRow.FastForwardAction(mContext,
645 mSkipNextAction = new PlaybackControlsRow.SkipNextAction(mContext);
H A DPlaybackControlSupportGlue.java169 private final Context mContext; field in class:PlaybackControlSupportGlue
257 mContext = context;
337 return mContext;
609 mSkipPreviousAction = new PlaybackControlsRow.SkipPreviousAction(mContext);
618 mRewindAction = new PlaybackControlsRow.RewindAction(mContext,
628 mPlayPauseAction = new PlaybackControlsRow.PlayPauseAction(mContext);
637 mFastForwardAction = new PlaybackControlsRow.FastForwardAction(mContext,
647 mSkipNextAction = new PlaybackControlsRow.SkipNextAction(mContext);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractMediaListHeaderPresenter.java41 private final Context mContext; field in class:AbstractMediaListHeaderPresenter
73 mContext = new ContextThemeWrapper(context.getApplicationContext(), mThemeResId);
83 mContext = null;
94 Context context = (mContext != null) ? mContext : parent.getContext();
H A DGuidedAction.java112 private Context mContext; field in class:GuidedAction.BuilderBase
140 mContext = context;
149 return mContext;
192 mTitle = mContext.getString(android.R.string.ok);
195 mTitle = mContext.getString(android.R.string.cancel);
198 mTitle = mContext.getString(R.string.lb_guidedaction_finish_title);
201 mTitle = mContext.getString(R.string.lb_guidedaction_continue_title);
204 mTitle = mContext.getString(android.R.string.yes);
207 mTitle = mContext.getString(android.R.string.no);
H A DSearchBar.java154 private final Context mContext; field in class:SearchBar
168 mContext = context;
340 loadSounds(mContext);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentHostCallback.java43 final Context mContext; field in class:FragmentHostCallback
68 mContext = context;
97 return (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
133 mContext.startActivity(intent);
197 return mContext;
H A DFragmentTabHost.java54 private Context mContext; field in class:FragmentTabHost
75 private final Context mContext; field in class:FragmentTabHost.DummyTabFactory
78 mContext = context;
83 View v = new View(mContext);
190 mContext = context;
198 mContext = context;
227 tabSpec.setContent(new DummyTabFactory(mContext));
347 newTab.fragment = Fragment.instantiate(mContext,
H A DNotificationCompat.java523 result = NotificationCompatBase.add(result, b.mContext,
603 result = NotificationCompatGingerbread.add(result, b.mContext,
619 Notification notification = NotificationCompatHoneycomb.add(b.mContext, b.mNotification,
634 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
649 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
717 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
769 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
827 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
867 b.mContext, b.mNotification, b.mContentTitle, b.mContentText, b.mContentInfo,
1005 public Context mContext; field in class:NotificationCompat.Builder
[all...]
H A DNotificationManagerCompat.java95 private final Context mContext; field in class:NotificationManagerCompat
148 mContext = context;
149 mNotificationManager = (NotificationManager) mContext.getSystemService(
273 pushSideChannelQueue(new CancelTask(mContext.getPackageName(), id, tag));
281 pushSideChannelQueue(new CancelTask(mContext.getPackageName()));
302 pushSideChannelQueue(new NotifyTask(mContext.getPackageName(), id, tag, notification));
315 return IMPL.areNotificationsEnabled(mContext, mNotificationManager);
367 sSideChannelManager = new SideChannelManager(mContext.getApplicationContext());
385 private final Context mContext; field in class:NotificationManagerCompat.SideChannelManager
393 mContext
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java38 Context mContext; field in class:Loader
114 mContext = context.getApplicationContext();
146 return mContext;
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java39 private Context mContext; field in class:FingerprintManagerCompat
47 mContext = context;
66 return IMPL.hasEnrolledFingerprints(mContext);
75 return IMPL.isHardwareDetected(mContext);
95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler);
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaBrowserCompat.java728 private final Context mContext; field in class:MediaBrowserCompat.MediaBrowserImplBase
754 mContext = context;
792 bound = mContext.bindService(intent, mServiceConnection, Context.BIND_AUTO_CREATE);
855 mContext.unbindService(mServiceConnection);
1190 mServiceBinderWrapper.connect(mContext, mCallbacksMessenger);
H A DTransportMediator.java49 final Context mContext; field in class:TransportMediator
160 mContext = activity != null ? activity : view.getContext();
162 mAudioManager = (AudioManager)mContext.getSystemService(Context.AUDIO_SERVICE);
166 mController = new TransportMediatorJellybeanMR2(mContext, mAudioManager,
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1144 private final Context mContext; field in class:MediaSessionCompat.MediaSessionImplBase
1226 mContext = context;
1528 MediaSessionCompatApi18.registerMediaButtonEventReceiver(mContext,
1532 MediaSessionCompatApi8.registerMediaButtonEventReceiver(mContext,
1538 MediaSessionCompatApi18.unregisterMediaButtonEventReceiver(mContext,
1542 MediaSessionCompatApi8.unregisterMediaButtonEventReceiver(mContext,
1552 MediaSessionCompatApi14.registerRemoteControlClient(mContext, mRccObj);
1561 MediaSessionCompatApi14.unregisterRemoteControlClient(mContext, mRccObj);
1569 MediaSessionCompatApi18.unregisterMediaButtonEventReceiver(mContext,
1572 MediaSessionCompatApi8.unregisterMediaButtonEventReceiver(mContext,
[all...]
/frameworks/support/v4/java/android/support/v4/provider/
H A DSingleDocumentFile.java24 private Context mContext; field in class:SingleDocumentFile
29 mContext = context;
50 return DocumentsContractApi19.getName(mContext, mUri);
55 return DocumentsContractApi19.getType(mContext, mUri);
60 return DocumentsContractApi19.isDirectory(mContext, mUri);
65 return DocumentsContractApi19.isFile(mContext, mUri);
70 return DocumentsContractApi19.lastModified(mContext, mUri);
75 return DocumentsContractApi19.length(mContext, mUri);
80 return DocumentsContractApi19.canRead(mContext, mUri);
85 return DocumentsContractApi19.canWrite(mContext, mUr
[all...]
H A DTreeDocumentFile.java23 private Context mContext; field in class:TreeDocumentFile
28 mContext = context;
34 final Uri result = DocumentsContractApi21.createFile(mContext, mUri, mimeType, displayName);
35 return (result != null) ? new TreeDocumentFile(this, mContext, result) : null;
40 final Uri result = DocumentsContractApi21.createDirectory(mContext, mUri, displayName);
41 return (result != null) ? new TreeDocumentFile(this, mContext, result) : null;
51 return DocumentsContractApi19.getName(mContext, mUri);
56 return DocumentsContractApi19.getType(mContext, mUri);
61 return DocumentsContractApi19.isDirectory(mContext, mUri);
66 return DocumentsContractApi19.isFile(mContext, mUr
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DActionProvider.java85 * LayoutInflater layoutInflater = LayoutInflater.from(mContext);
125 private final Context mContext; field in class:ActionProvider
136 mContext = context;
143 return mContext;
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java60 protected Context mContext; field in class:CursorAdapter
173 mContext = context;
252 v = newView(mContext, mCursor, parent);
256 bindView(v, mContext, mCursor);
266 v = newDropDownView(mContext, mCursor, parent);
270 bindView(v, mContext, mCursor);
/frameworks/support/v4/jellybean-mr2/android/support/v4/media/
H A DTransportMediatorJellybeanMR2.java32 final Context mContext; field in class:TransportMediatorJellybeanMR2
98 mContext = context;
122 mContext.registerReceiver(mMediaButtonReceiver, mReceiverFilter);
123 mPendingIntent = PendingIntent.getBroadcast(mContext, 0, mIntent,
202 mContext.unregisterReceiver(mMediaButtonReceiver);
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java56 final Context mContext; field in class:PrintHelperKitkat
112 mContext = context;
232 PrintManager printManager = (PrintManager) mContext.getSystemService(Context.PRINT_SERVICE);
334 PrintedPdfDocument pdfDocument = new PrintedPdfDocument(mContext,
348 PrintedPdfDocument dummyDocument = new PrintedPdfDocument(mContext,
556 PrintManager printManager = (PrintManager) mContext.getSystemService(Context.PRINT_SERVICE);
579 if (maxSideLength <= 0 || uri == null || mContext == null) {
629 if (uri == null || mContext == null) {
634 is = mContext.getContentResolver().openInputStream(uri);
/frameworks/support/v4/tests/java/android/support/v4/content/
H A DContextCompatTest.java37 private Context mContext; field in class:ContextCompatTest
45 mContext = mActivityTestRule.getActivity();
51 ContextCompat.getColor(mContext, R.color.text_color));
57 ContextCompat.getColor(mContext, R.color.simple_themed_selector),
65 ContextCompat.getColorStateList(mContext, R.color.complex_unthemed_selector);
79 ContextCompat.getColorStateList(mContext, R.color.complex_themed_selector);
94 ContextCompat.getDrawable(mContext, R.drawable.test_drawable_red);
96 unthemedDrawable, mContext.getResources().getColor(R.color.test_red));
102 ContextCompat.getDrawable(mContext, R.drawable.themed_drawable);
111 mContext
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java62 private final Context mContext; field in class:AlertController
167 mContext = context;
376 mContext.getTheme().resolveAttribute(attrId, out, true);
599 final LayoutInflater inflater = LayoutInflater.from(mContext);
761 public final Context mContext; field in class:AlertController.AlertParams
817 mContext = context;
886 mContext, dialog.mMultiChoiceItemLayout, android.R.id.text1, mItems) {
900 adapter = new CursorAdapter(mContext, mCursor, false) {
936 adapter = new SimpleCursorAdapter(mContext, layout, mCursor,
941 adapter = new CheckedItemAdapter(mContext, layou
[all...]

Completed in 2400 milliseconds

1234567891011>>