Searched refs:mFixedToUserRotation (Results 1 – 2 of 2) sorted by relevance
118 private @DisplayRotation.FixedToUserRotation int mFixedToUserRotation = field in DisplayWindowSettings.Entry142 mFixedToUserRotation = copyFrom.mFixedToUserRotation; in Entry()158 && mFixedToUserRotation == FIXED_TO_USER_ROTATION_DEFAULT; in isEmpty()268 entry.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()414 entry.mUserRotation, entry.mFixedToUserRotation); in applySettingsToDisplayLocked()560 entry.mFixedToUserRotation = getIntAttribute(parser, "fixedToUserRotation"); in readDisplay()653 if (entry.mFixedToUserRotation != FIXED_TO_USER_ROTATION_DEFAULT) { in writeSettings()655 Integer.toString(entry.mFixedToUserRotation)); in writeSettings()
128 private int mFixedToUserRotation = FIXED_TO_USER_ROTATION_DEFAULT; field in DisplayRotation266 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()288 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()292 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()347 switch (mFixedToUserRotation) { in isFixedToUserRotation()