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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 36 private int mPreviousOrientation;
53 mPreviousOrientation = mContext.getResources().getConfiguration().orientation;
59 if (mPreviousOrientation != orientation) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetHostView.java 36 private int mPreviousOrientation;
55 mPreviousOrientation = mContext.getResources().getConfiguration().orientation;
61 if (mPreviousOrientation != orientation) {

Completed in 123 milliseconds