HomeSort by relevance Sort by last modified time
    Searched refs:SchedulingUtils (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
SchedulingUtils.java 24 public class SchedulingUtils {
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorAnimator.java 30 import com.android.contacts.util.SchedulingUtils;
96 SchedulingUtils.doAfterLayout(target, new Runnable() {
125 SchedulingUtils.doAfterLayout(view, new Runnable() {
154 SchedulingUtils.doAfterLayout(scrollView, new Runnable() {
172 SchedulingUtils.doAfterLayout(view, new Runnable() {
PhotoEditorView.java 33 import com.android.contacts.util.SchedulingUtils;
149 SchedulingUtils.doOnPreDraw(this, /* drawNextFrame =*/ false, new Runnable() {