Searched defs:getContext (Results 1 - 25 of 73) sorted by last modified time

123

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DMenuBuilder.java797 public Context getContext() { method in class:MenuBuilder
960 itemImpl.setSubMenu(new SubMenuBuilder(getContext(), this, itemImpl));
1191 mHeaderIcon = ContextCompat.getDrawable(getContext(), iconRes);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDecorToolbar.java41 Context getContext(); method in interface:DecorToolbar
H A DToolbarWidgetWrapper.java101 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(toolbar.getContext(),
134 setCustomView(LayoutInflater.from(mToolbar.getContext()).inflate(customNavId,
157 mToolbar.setTitleTextAppearance(mToolbar.getContext(), titleTextStyle);
163 mToolbar.setSubtitleTextAppearance(mToolbar.getContext(), subtitleTextStyle);
177 mTintManager = new TintManager(toolbar.getContext());
186 final ActionMenuItem mNavItem = new ActionMenuItem(mToolbar.getContext(),
240 public Context getContext() { method in class:ToolbarWidgetWrapper
241 return mToolbar.getContext();
411 mActionMenuPresenter = new ActionMenuPresenter(mToolbar.getContext());
551 mSpinner = new SpinnerCompat(getContext(), nul
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProvider.java98 public final Context getContext() { method in class:MediaRouteProvider
/frameworks/rs/cpp/
H A DrsCppStructs.h144 RsContext getContext() { return mContext; } function in class:android::RSC::RS
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h136 Context * getContext() {return mRSC;} function in class:android::renderscript::RsdCpuReferenceImpl
/frameworks/rs/
H A DrsObjectBase.h51 Context * getContext() const {return mRSC;} function in class:android::renderscript::ObjectBase
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java342 public Context getContext() { method in class:PlaybackControlGlue
/frameworks/support/v4/java/android/support/v4/content/
H A DLoader.java111 public Context getContext() { method in class:Loader
/frameworks/support/v4/java/android/support/v4/view/
H A DActionProvider.java85 public Context getContext() { method in class:ActionProvider
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java117 public Context getContext() { method in class:PhotoViewActivity
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java117 public Context getContext() { method in class:PhotoViewActivity
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java75 public Context getContext(); method in interface:PhotoViewController.ActivityInterface
217 activity.getContext().getSystemService(Context.ACCESSIBILITY_SERVICE);
298 mAdapter = createPhotoPagerAdapter(mActivity.getContext(),
359 mActivity.getContext().getSystemService(Context.WINDOW_SERVICE);
505 return new PhotoPagerLoader(mActivity.getContext(), Uri.parse(mPhotosUri), mProjection);
516 return new PhotoBitmapLoader(mActivity.getContext(), uri);
788 announcement = mActivity.getContext().getResources().getString(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java518 Context context = getContext();
591 private Context getContext() { method in class:CallManager
593 return ((defaultPhone == null) ? null : defaultPhone.getContext());
H A DPhone.java231 Context getContext(); method in interface:Phone
H A DPhoneBase.java643 public Context getContext() { method in class:PhoneBase
658 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext());
920 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext());
961 SharedPreferences sp = PreferenceManager.getDefaultSharedPreferences(getContext());
1220 int mode = Settings.Secure.getInt(getContext().getContentResolver(),
H A DPhoneProxy.java99 mIccCardProxy = new IccCardProxy(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPhoneId());
152 if (!mActivePhone.getContext().getResources().getBoolean(
182 int volteReplacementRat = mActivePhone.getContext().getResources().getInteger(
383 public Context getContext() { method in class:PhoneProxy
384 return mActivePhone.getContext();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java554 public Context getContext() { method in class:BaseRecipientAdapter
602 getContext(), this, inAddresses, getAccount(), callback);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp199 static inline EGLContext getContext() { return egl_tls_t::getContext(); } function
722 egl_context_t * cur_c = get_context(getContext());
807 EGLContext ctx = getContext();
818 EGLContext ctx = getContext();
838 EGLContext ctx = getContext();
1067 EGLContext ctx = egl_tls_t::getContext();
1079 EGLContext ctx = egl_tls_t::getContext();
1097 egl_context_t * const c = get_context( egl_tls_t::getContext() );
1310 egl_display_t::loseCurrent(get_context(getContext()));
[all...]
H A Degl_tls.cpp140 EGLContext egl_tls_t::getContext() { function in class:android::egl_tls_t
/frameworks/native/services/inputflinger/
H A DInputReader.h546 inline InputReaderContext* getContext() { return mContext; } function in class:android::InputDevice
955 inline InputReaderContext* getContext() { return mContext; } function in class:android::InputMapper
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.h42 RSContext *getContext() const { function in class:slang::RSPragmaHandler
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java79 public Context getContext() { method in class:CompositeCursorAdapter
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h123 inline ContextTy getContext() const function in class:bcc::LookupFunctionSymbolResolver
/frameworks/compile/libbcc/include/bcc/
H A DSource.h62 inline BCCContext &getContext() function in class:bcc::Source
64 inline const BCCContext &getContext() const function in class:bcc::Source

Completed in 1335 milliseconds

123