Searched refs:mLastConfiguration (Results 1 – 6 of 6) sorted by relevance
31 private final Configuration mLastConfiguration = new Configuration(); field in InterestingConfigChanges60 int configChanges = mLastConfiguration.updateFrom( in applyNewConfig()61 Configuration.generateDelta(mLastConfiguration, configuration)); in applyNewConfig()
42 private final Configuration mLastConfiguration; field in FloatingRotationButtonView50 mLastConfiguration = getResources().getConfiguration(); in FloatingRotationButtonView()73 final int changes = mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged()
84 private Configuration mLastConfiguration; field in ShellController235 if (mLastConfiguration == null) { in onConfigurationChanged()236 mLastConfiguration = new Configuration(newConfig); in onConfigurationChanged()241 final int diff = newConfig.diff(mLastConfiguration); in onConfigurationChanged()254 mLastConfiguration.updateFrom(newConfig); in onConfigurationChanged()338 pw.println(innerPrefix + "mLastConfiguration=" + mLastConfiguration); in dump()
85 private final Configuration mLastConfiguration = new Configuration(); field in DragLayout114 mLastConfiguration.setTo(context.getResources().getConfiguration()); in DragLayout()227 final int diff = newConfig.diff(mLastConfiguration); in onConfigChanged()234 mLastConfiguration.setTo(newConfig); in onConfigChanged()
91 private final Configuration mLastConfiguration = new Configuration(); field in PowerUI174 mLastConfiguration.setTo(mContext.getResources().getConfiguration()); in start()234 if ((mLastConfiguration.updateFrom(newConfig) & mask) != 0) { in onConfigChanged()
835 private final Configuration mLastConfiguration = new Configuration(); field in UserManagerService4741 final int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in invalidateOwnerNameIfNecessary()