Searched refs:getSourceLayoutResId (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelperTest.java | 580 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 D | TaskbarView.java | 111 mActivityContext.getViewCache().recycleView(view.getSourceLayoutResId(), view); in removeAndRecycle() 146 if ((hotseatView.getSourceLayoutResId() != expectedLayoutResId) in updateHotseatItems()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 24775 public int getSourceLayoutResId() { in getSourceLayoutResId() method in View
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 48852 method @LayoutRes public int getSourceLayoutResId();
|