Searched refs:mLastOrientation (Results 1 – 2 of 2) sorted by relevance
41 private int mLastOrientation; field in LocationDialogLayout54 mLastOrientation = context.getResources().getConfiguration().orientation; in LocationDialogLayout()67 if (config.orientation == mLastOrientation) { in onConfigurationChanged()70 mLastOrientation = config.orientation; in onConfigurationChanged()
41 private int mLastOrientation; field in AspectRatioDialogLayout52 mLastOrientation = context.getResources().getConfiguration().orientation; in AspectRatioDialogLayout()66 if (config.orientation == mLastOrientation) { in onConfigurationChanged()69 mLastOrientation = config.orientation; in onConfigurationChanged()