Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/support/design/src/android/support/design/widget/
DFloatingActionButton.java179 getImpl().setBackgroundDrawable(mBackgroundTint, mBackgroundTintMode, in FloatingActionButton()
181 getImpl().setElevation(elevation); in FloatingActionButton()
182 getImpl().setPressedTranslationZ(pressedTranslationZ); in FloatingActionButton()
190 getImpl().updatePadding(); in onMeasure()
229 getImpl().setRippleColor(color); in setRippleColor()
255 getImpl().setBackgroundTintList(tint); in setBackgroundTintList()
285 getImpl().setBackgroundTintMode(tintMode); in setBackgroundTintMode()
329 getImpl().show(wrapOnVisibilityChangedListener(listener), fromUser); in show()
351 getImpl().hide(wrapOnVisibilityChangedListener(listener), fromUser); in hide()
367 getImpl().onCompatShadowChanged(); in setUseCompatPadding()
[all …]
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesManagerTest.java112 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testAddingASplitCreatesANewImpl()
141 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers()
142 assertNotSame(resources1.getImpl(), resources3.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers()
143 assertNotSame(resources2.getImpl(), resources3.getImpl()); in testUpdateConfigurationUpdatesAllAssetManagers()
178 assertSame(resources1.getImpl(), resources2.getImpl()); in testTwoActivitiesWithIdenticalParametersShareImpl()
231 assertNotSame(resources1.getImpl(), resources2.getImpl()); in testMultipleResourcesForOneActivityGetUpdatedWhenActivityBaseUpdates()
/frameworks/base/core/java/android/app/
DResourcesManager.java452 && resources.getImpl() == impl) { in getOrCreateResourcesForActivityLocked()
484 resources.getImpl() == impl) { in getOrCreateResourcesLocked()
781 final ResourcesKey oldKey = findKeyForResourceImplLocked(resources.getImpl()); in updateResourcesForActivity()
784 + resources.getImpl()); in updateResourcesForActivity()
822 if (resourcesImpl != null && resourcesImpl != resources.getImpl()) { in updateResourcesForActivity()
1008 final ResourcesKey key = updatedResourceKeys.get(r.getImpl()); in redirectResourcesToNewImplLocked()
1026 final ResourcesKey key = updatedResourceKeys.get(r.getImpl()); in redirectResourcesToNewImplLocked()
DApplication.java190 mLoadedApk = ContextImpl.getImpl(context).mPackageInfo; in attach()
DContextImpl.java207 static ContextImpl getImpl(Context context) { in getImpl() method in ContextImpl
/frameworks/support/compat/java/android/support/v4/view/accessibility/
DAccessibilityEventCompat.java293 event.appendRecord((AccessibilityRecord) record.getImpl()); in appendRecord()
DAccessibilityRecordCompat.java117 public Object getImpl() { in getImpl() method in AccessibilityRecordCompat
/frameworks/base/core/java/android/content/res/
DResources.java278 public ResourcesImpl getImpl() { in getImpl() method in Resources
/frameworks/support/api/
D22.0.0.txt3845 method public deprecated java.lang.Object getImpl();
D22.1.0.txt4193 method public deprecated java.lang.Object getImpl();
D22.2.0.txt4607 method public deprecated java.lang.Object getImpl();
D22.2.1.txt4636 method public deprecated java.lang.Object getImpl();
D25.1.0.txt7370 method public deprecated java.lang.Object getImpl();
D25.0.0.txt6959 method public deprecated java.lang.Object getImpl();
D23.0.0.txt5367 method public deprecated java.lang.Object getImpl();
D25.2.0.txt7370 method public deprecated java.lang.Object getImpl();
D24.2.0.txt6891 method public deprecated java.lang.Object getImpl();
D26.0.0-alpha1.txt8275 method public deprecated java.lang.Object getImpl();
D23.2.1.txt6042 method public deprecated java.lang.Object getImpl();
D25.3.0.txt7802 method public deprecated java.lang.Object getImpl();
D23.2.0.txt6042 method public deprecated java.lang.Object getImpl();
D23.1.1.txt5626 method public deprecated java.lang.Object getImpl();
D25.4.0.txt7873 method public deprecated java.lang.Object getImpl();
D23.4.0.txt6054 method public deprecated java.lang.Object getImpl();
D23.1.0.txt5663 method public deprecated java.lang.Object getImpl();

12