Home
last modified time | relevance | path

Searched refs:getSourceLayoutResId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java580 assertEquals(result.getSourceLayoutResId(), R.layout.people_tile_suppressed_layout); in testCreateRemoteViewsWithPackageSuspended()
591 assertEquals(result.getSourceLayoutResId(), R.layout.people_tile_work_profile_quiet_layout); in testCreateRemoteViewsWithUserQuieted()
603 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
614 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
624 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
635 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
646 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
657 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
668 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
679 result.getSourceLayoutResId(), in testCreateRemoteViewsWithDndBlocking()
[all …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarView.java111 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle()
146 if ((hotseatView.getSourceLayoutResId() != expectedLayoutResId) in updateHotseatItems()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java24775 public int getSourceLayoutResId() { in getSourceLayoutResId() method in View
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt48852 method @LayoutRes public int getSourceLayoutResId();