Searched refs:mLastConfiguration (Results 1 – 5 of 5) sorted by relevance
24 private final Configuration mLastConfiguration = new Configuration(); field in InterestingConfigChanges39 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig()40 Configuration.generateDelta(mLastConfiguration, res.getConfiguration())); in applyNewConfig()
68 private Configuration mLastConfiguration; field in WindowMagnification110 mLastConfiguration = new Configuration(context.getResources().getConfiguration()); in WindowMagnification()122 final int configDiff = newConfig.diff(mLastConfiguration); in onConfigurationChanged()123 mLastConfiguration.setTo(newConfig); in onConfigurationChanged()
123 private final Configuration mLastConfiguration; field in AccessibilityFloatingMenuView203 mLastConfiguration = new Configuration(getResources().getConfiguration()); in AccessibilityFloatingMenuView()485 final int marginStartEnd = getMarginStartEndWith(mLastConfiguration); in onTouched()611 updateListViewWith(mLastConfiguration); in initListView()646 mLastConfiguration.setTo(newConfig); in onConfigurationChanged()648 final int diff = newConfig.diff(mLastConfiguration); in onConfigurationChanged()683 return -getMarginStartEndWith(mLastConfiguration); in getMinWindowX()687 return mScreenWidth - getMarginStartEndWith(mLastConfiguration) - getLayoutWidth(); in getMaxWindowX()874 return getMarginStartEndWith(mLastConfiguration) * 2 + getLayoutWidth(); in getWindowWidth()
85 private final Configuration mLastConfiguration = new Configuration(); field in PowerUI127 mLastConfiguration.setTo(mContext.getResources().getConfiguration()); in start()177 if ((mLastConfiguration.updateFrom(newConfig) & mask) != 0) { in onConfigurationChanged()
477 private final Configuration mLastConfiguration = new Configuration(); field in UserManagerService3042 final int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in invalidateOwnerNameIfNecessary()