/aosp12/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
H A D | TextSizeHelper.kt | 58 if (mTextView.isLayoutRequested ||
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | EnterTransitionCoordinator.java | 162 (sharedElements.isEmpty() || !sharedElements.valueAt(0).isLayoutRequested()))) { in triggerViewsReady() 203 allReady = !decorView.isLayoutRequested(); in sendSharedElementDestination() 206 if (mSharedElements.get(i).isLayoutRequested()) { in sendSharedElementDestination()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewParent.java | 43 public boolean isLayoutRequested(); in isLayoutRequested() method
|
H A D | View.java | 9841 && !isLayoutRequested(); in notifyAppearedOrDisappearedForContentCaptureIfNeeded() 23144 public boolean isLayoutRequested() { in isLayoutRequested() method in View 25756 if (mParent != null && !mParent.isLayoutRequested()) { in requestLayout()
|
H A D | ViewRootImpl.java | 1832 public boolean isLayoutRequested() { in isLayoutRequested() method
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | ScrollAdapterView.java | 1217 if (v.isLayoutRequested()) { 2357 if (view.isLayoutRequested()) { 2365 if (view.isLayoutRequested()) { 2496 if (v.expandedView.isLayoutRequested()) { 2502 if (v.expandedView.isLayoutRequested()) {
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | PinnedHeaderListView.java | 361 if (view.isLayoutRequested()) { in ensurePinnedHeaderLayout()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | AdapterView.java | 902 && getViewRootImpl().isLayoutRequested()) { in run()
|
H A D | SlidingDrawer.java | 666 if (content.isLayoutRequested()) { in prepareContent()
|
H A D | GridView.java | 1497 || child.isLayoutRequested(); in setupChild()
|
H A D | ListView.java | 2102 || child.isLayoutRequested(); in setupChild()
|
H A D | AbsListView.java | 2722 if (isLayoutRequested()) { in internalSetPadding()
|
H A D | TextView.java | 9918 if (isLayoutRequested()) { in bringPointIntoView()
|
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 762 final boolean needsLayout = queryAdapter || child.isLayoutRequested(); in layoutChildren()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 818 if (mRecyclerView.isLayoutRequested()) { in moveIfNecessary()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 313 if (!mFirstLayoutComplete || isLayoutRequested()) { 2458 mFirstLayoutComplete = mFirstLayoutComplete && !isLayoutRequested(); in onAttachedToWindow() 8528 return child.isLayoutRequested() in shouldMeasureChild()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 17817 HSPLandroid/view/View;->isLayoutRequested()Z 18658 HSPLandroid/view/ViewRootImpl;->isLayoutRequested()Z
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 48939 method public boolean isLayoutRequested(); 49888 method public boolean isLayoutRequested();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 33529 method public boolean isLayoutRequested(); 34291 method public abstract boolean isLayoutRequested();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 17866 HSPLandroid/view/View;->isLayoutRequested()Z 18706 HSPLandroid/view/ViewRootImpl;->isLayoutRequested()Z
|