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

  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 82 Runnable r = mOnLayoutRunnable;
84 mOnLayoutRunnable = null;
144 private Runnable mOnLayoutRunnable = null;
158 mOnLayoutRunnable = new Runnable() {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 71 private Runnable mOnLayoutRunnable = null;
122 final Runnable r = mOnLayoutRunnable;
124 mOnLayoutRunnable = null;
185 mOnLayoutRunnable = new Runnable() {

Completed in 1814 milliseconds