/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser_test.cpp | 77 <screen-density-groups> 78 <screen-density-group label="large" version-code-order="2"> 79 <screen-density>xhdpi</screen-density> 80 <screen-density>xxhdpi</screen-density> 81 <screen-density>xxxhdpi</screen-density> 82 </screen-density-group> 83 <screen-density-group label="alldpi" version-code-order="1"> 84 <screen-density>ldpi</screen-density> 85 <screen-density>mdpi</screen-density> 86 <screen-density>hdpi</screen-density> [all …]
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 7 The program clears the screen to blue, then draws a full screen white quad that 8 is alligned to the screen. 9 (Therefore the whole screen should appear to be white.) 12 Note that screen is all white. 14 Rotate screen 90 degrees. 16 Expected: screen is still all white. 18 Actual: screen is blue with offset white rectangle.
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 14 - Display orientation, defined as the angle between the "physical" screen and 15 the "logical" screen. 16 - Transform between the screen and the sound stage. 23 - Screen-relative: the head pose, screen pose and stage pose are all taken 25 perceived to be located at a fixed place relative to the screen. 37 whatever pose the screen and head are currently at should be considered as the 96 This is the primary screen that the user will be looking at, which is relevant 99 origin is at the center of the screen. X-axis goes from left to right, Z-axis 100 goes from the screen bottom to the screen top, Y-axis goes “into” the screen ( 101 from the direction of the viewer). The up/down/left/right of the screen are [all …]
|
/frameworks/base/packages/SystemUI/docs/device-entry/ |
D | glossary.md | 7 …e user has not specified a security method of NONE. Consists of the lock screen and bouncer. … 8 …screen<br><br>![ss_aod](imgs/lockscreen.png) | The first screen available when tu… 10 …n the lock screen. When there is no media and no notifications - or we enter AOD - big clock is al… 11 …d display state. This is controlled by the doze component. The same lock screen views (ie: clock, … 22 …ing their device. Instead, they could have wanted to just check the lock screen. Because of this, … 24 …screen/last app. This CUJ prioritizes speed of device entry. SystemUI hides interactive views (no… 25 …on to indicate they'd like to enter the device (ie: swipe up on the lock screen or long press on t… 30 …screen and on AOD. Users cannot authenticate from the screen-off state.<br><br>Supported SystemUI … 31 …rs can get into this state after tapping on a notification from the lock screen or locked expanded…
|
D | doze.md | 3 …r the `dozing` state after a user intent to turn off the screen (ie: power button) or the screen t… 5 Always-on Display (AOD) provides an alternative 'screen-off' experience. Instead, of completely tur… 14 * Pulsing - waking up the screen to show notifications (from AOD and screen off) 16 * Wake-up gestures - including lift to wake and tap to wake (from AOD and screen off) 26 …screen brightness is handled by [DozeScreenBrightness][5] which uses the brightness sensor specifi… 63 …mage on the screen for an elongated period of time, AOD designs must take into consideration burn-… 65 To prevent burn-in, it is recommended to often shift UI on the screen. [DozeUi][17] schedules a cal…
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/ |
D | AbstractPreferenceController.java | 53 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 60 setVisible(screen, prefKey, true /* visible */); in displayPreference() 62 final Preference preference = screen.findPreference(prefKey); in displayPreference() 69 setVisible(screen, prefKey, false /* visible */); in displayPreference() 142 protected void replaceEnterpriseStringTitle(PreferenceScreen screen, in replaceEnterpriseStringTitle() argument 148 Preference preference = screen.findPreference(preferenceKey); in replaceEnterpriseStringTitle() 161 PreferenceScreen screen, String preferenceKey, String overrideKey, int resource) { in replaceEnterpriseStringSummary() argument 166 Preference preference = screen.findPreference(preferenceKey); in replaceEnterpriseStringSummary()
|
/frameworks/proto_logging/stats/express/catalog/ |
D | screen.cfg | 2 id: "screen.value_undim" 5 description: "The count of screen undim event" 12 id: "screen.value_dim_to_screen_off" 15 description: "The count of screen timeout off after dim event and power off after dim event"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | ShortcutPicker.java | 50 PreferenceScreen screen = getPreferenceManager().createPreferenceScreen(context); in onCreatePreferences() local 51 screen.setOrderingAsAdded(true); in onCreatePreferences() 59 screen.addPreference(mNonePreference); in onCreatePreferences() 65 screen.addPreference(otherApps); in onCreatePreferences() 76 screen.addPreference(appPreference); in onCreatePreferences() 81 screen.addPreference(shortcutPref); in onCreatePreferences() 90 screen.removePreference(otherApps); in onCreatePreferences() 95 screen.addPreference(p); in onCreatePreferences() 99 setPreferenceScreen(screen); in onCreatePreferences()
|
D | TunerActivity.java | 150 PreferenceScreen screen = in onCreatePreferences() local 153 setPreferenceScreen(screen); in onCreatePreferences() 158 screen.addPreference(p); in onCreatePreferences() 166 PreferenceScreen screen = getPreferenceScreen(); in onDestroy() local 167 while (screen.getPreferenceCount() > 0) { in onDestroy() 168 Preference p = screen.getPreference(0); in onDestroy() 169 screen.removePreference(p); in onDestroy()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
D | DeveloperOptionsPreferenceController.java | 51 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 52 super.displayPreference(screen); in displayPreference() 53 mPreference = screen.findPreference(getPreferenceKey()); in displayPreference()
|
D | AbstractEnableAdbPreferenceController.java | 57 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 58 super.displayPreference(screen); in displayPreference() 60 mPreference = (RestrictedSwitchPreference) screen.findPreference(KEY_ENABLE_ADB); in displayPreference()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/ |
D | TouchpadTutorialViewModel.kt | 28 val screen: StateFlow<Screen> = _screen constant in com.android.systemui.touchpad.tutorial.ui.TouchpadTutorialViewModel 30 fun goTo(screen: Screen) { in goTo() 31 _screen.value = screen in goTo()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/ |
D | AbstractSerialNumberPreferenceController.java | 55 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 56 super.displayPreference(screen); in displayPreference() 57 final Preference pref = screen.findPreference(KEY_SERIAL_NUMBER); in displayPreference()
|
D | AbstractWifiMacAddressPreferenceController.java | 71 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 72 super.displayPreference(screen); in displayPreference() 73 mWifiMacAddress = screen.findPreference(KEY_WIFI_MAC_ADDRESS); in displayPreference()
|
D | AbstractIpAddressPreferenceController.java | 68 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 69 super.displayPreference(screen); in displayPreference() 70 mIpAddress = screen.findPreference(KEY_IP_ADDRESS); in displayPreference()
|
D | AbstractUptimePreferenceController.java | 78 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 79 super.displayPreference(screen); in displayPreference() 80 mUptime = screen.findPreference(KEY_UPTIME); in displayPreference()
|
D | AbstractBluetoothAddressPreferenceController.java | 67 public void displayPreference(PreferenceScreen screen) { in displayPreference() argument 68 super.displayPreference(screen); in displayPreference() 69 mBtAddress = screen.findPreference(KEY_BT_ADDRESS); in displayPreference()
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 170 // Ensures that the CPU is running; the screen and keyboard backlight 174 // Ensures that the screen is on (but may be dimmed); the keyboard 177 // the system, causing both the screen and the CPU to be turned off. 180 // Ensures that the screen is on at full brightness; the keyboard 183 // by the system, causing both the screen and the CPU to be turned off. 186 // Ensures that the screen and keyboard backlight are on at full 189 // both the screen and the CPU to be turned off. 192 // Turns the screen off when the proximity sensor activates. If the 193 // proximity sensor detects that an object is nearby, the screen turns 194 // off immediately. Shortly after the object moves away, the screen [all …]
|
/frameworks/base/tools/aapt2/ |
D | Configuration.proto | 158 // The smallest screen dimension, regardless of orientation, in dp. 161 // Whether the device screen is classified as small, normal, large, xlarge. 164 // Whether the device screen is long. 167 // Whether the screen is round (Android Wear). 170 // Whether the screen supports wide color gamut. 173 // Whether the screen has high dynamic range. 185 // The device's screen density in dots-per-inch (dpi).
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/screen/ |
D | ScreenStatusProvider.kt | 16 package com.android.systemui.unfold.updates.screen 18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener
|
/frameworks/proto_logging/stats/atoms/power/ |
D | power_extension_atoms.proto | 37 * Logs when the screen is turned off. 71 // timeout but user initiates screen immediately 142 // screen interactive off by timeout 144 // screen interactive off by power button 146 // screen on because undim 148 // screen on because user initiates screen immediately
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | EventLogTags.logtags | 6 # 0 for screen off, 1 for screen on
|
/frameworks/base/core/proto/android/app/ |
D | notificationmanager.proto | 67 // (e.g. with notification lights or by turning the screen on) when the 68 // screen is off. 72 // when the screen is on (e.g. by peeking onto the screen). 75 // Whether full screen intents} from notifications intercepted by DND
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/compat/ |
D | SizeScreenStatusProvider.kt | 18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider 19 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | LifecycleScreenStatusProvider.kt | 18 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider 19 import com.android.systemui.unfold.updates.screen.ScreenStatusProvider.ScreenListener
|