HomeSort by relevance Sort by last modified time
    Searched defs:mActiveModeId (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 174 private int mActiveModeId;
252 if (mActiveModeId != 0
253 && mActiveModeId != activeRecord.mMode.getModeId()) {
279 if (mSupportedModes.indexOfKey(mActiveModeId) < 0) {
280 if (mActiveModeId != 0) {
284 mActiveModeId = mDefaultModeId;
370 mInfo.modeId = mActiveModeId;
624 mActiveModeId = modeId;
649 pw.println("mActiveModeId=" + mActiveModeId);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 46 milliseconds