Searched refs:doOnceAfterLayoutChange (Results 1 – 3 of 3) sorted by relevance
155 UiUtils.doOnceAfterLayoutChange(mViewToAnimate, this); in startAfterLayoutComplete()
156 public static void doOnceAfterLayoutChange(final View view, final Runnable runnable) { in doOnceAfterLayoutChange() method in UiUtils
329 UiUtils.doOnceAfterLayoutChange(mRootView, new Runnable() { in showImeKeyboard()