Searched refs:getImpl (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java112 assertNotSame(resources1.getImpl(), resources2.getImpl());
141 assertNotSame(resources1.getImpl(), resources2.getImpl());
142 assertNotSame(resources1.getImpl(), resources3.getImpl());
143 assertNotSame(resources2.getImpl(), resources3.getImpl());
177 assertSame(resources1.getImpl(), resources2.getImpl());
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java181 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode,
183 getImpl().setElevation(elevation);
184 getImpl().setPressedTranslationZ(pressedTranslationZ);
192 getImpl().updatePadding();
231 getImpl().setRippleColor(color);
256 getImpl().setBackgroundTintList(tint);
285 getImpl().setBackgroundTintMode(tintMode);
329 getImpl().show(wrapOnVisibilityChangedListener(listener), fromUser);
351 getImpl().hide(wrapOnVisibilityChangedListener(listener), fromUser);
367 getImpl()
787 private FloatingActionButtonImpl getImpl() { method in class:FloatingActionButton
[all...]
/frameworks/base/core/java/android/app/
H A DResourcesManager.java421 && resources.getImpl() == impl) {
452 resources.getImpl() == impl) {
743 final ResourcesKey oldKey = findKeyForResourceImplLocked(resources.getImpl());
746 + resources.getImpl());
784 if (resourcesImpl != null && resourcesImpl != resources.getImpl()) {
927 final ResourcesKey key = updatedResourceKeys.get(r.getImpl());
944 final ResourcesKey key = updatedResourceKeys.get(r.getImpl());
H A DApplication.java190 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo;
H A DContextImpl.java191 static ContextImpl getImpl(Context context) { method in class:ContextImpl
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java318 IMPL.appendRecord(event, record.getImpl());
H A DAccessibilityRecordCompat.java586 public Object getImpl() { method in class:AccessibilityRecordCompat
/frameworks/base/core/java/android/content/res/
H A DResources.java275 public ResourcesImpl getImpl() { method in class:Resources

Completed in 1068 milliseconds