Home
last modified time | relevance | path

Searched refs:doAfterLayout (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java96 SchedulingUtils.doAfterLayout(target, new Runnable() { in slideAndFadeIn()
125 SchedulingUtils.doAfterLayout(view, new Runnable() { in showFieldFooter()
154 SchedulingUtils.doAfterLayout(scrollView, new Runnable() { in scrollViewToTop()
172 SchedulingUtils.doAfterLayout(view, new Runnable() { in placeFocusAtTopOfScreenAfterReLayout()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DSchedulingUtils.java28 public static void doAfterLayout(final View view, final Runnable runnable) { in doAfterLayout() method in SchedulingUtils