/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completionvalues1-expected-completion66.txt | 2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen. 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen. 5 17mm : <b>Millimeters</b> - based on the physical size of the screen. 6 17in : <b>Inches</b> - based on the physical size of the screen. 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion67.txt | 2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen. 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen. 5 17mm : <b>Millimeters</b> - based on the physical size of the screen. 6 17in : <b>Inches</b> - based on the physical size of the screen. 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completion1-expected-completion4.txt | 2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen. 4 50pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen. 5 50mm : <b>Millimeters</b> - based on the physical size of the screen. 6 50in : <b>Inches</b> - based on the physical size of the screen. 7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion24.txt | 2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen. 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen. 5 17mm : <b>Millimeters</b> - based on the physical size of the screen. 6 17in : <b>Inches</b> - based on the physical size of the screen. 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completion1-expected-completion5.txt | 2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
|
D | manifest-expected-completion18.txt | 16 …inished when its task is brought to the foreground by relaunching from the home screen. [boolean] 18 …ether an activity's task should be cleared when it is re-launched from the home screen. [boolean]
|
D | fragmentlayout-expected-complation77.txt | 3 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
|
D | fragmentlayout-expected-complation78.txt | 3 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
|
D | manifest-expected-completion16.txt | 11 supports-screens : The "supports-screens" specifies the screen dimensions an application supports.
|
D | completion11-expected-complation79.txt | 7 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
|
D | completion12-expected-completion75.txt | 46 android:keepScreenOn : Controls whether the view's window should keep the screen on while visible.… 70 …ity events and if it is reported to accessibility services that query the screen. [integer, enum]
|
D | completion1-expected-completion39.txt | 121 android:keepScreenOn : Controls whether the view's window should keep the screen on while visible.… 145 …ity events and if it is reported to accessibility services that query the screen. [integer, enum]
|
D | completion5-expected-completion40.txt | 121 android:keepScreenOn : Controls whether the view's window should keep the screen on while visible.… 145 …ity events and if it is reported to accessibility services that query the screen. [integer, enum]
|
D | completionvalues1-expected-completion32.txt | 131 …ity events and if it is reported to accessibility services that query the screen. [integer, enum] 147 android:keepScreenOn : Controls whether the view's window should keep the screen on while visible.… 248 …e refined calculation method based on the pixels height of the items visible on screen. [boolean]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | VaryingConfiguration.java | 309 Screen screen = hardware.getScreen(); in getDensity() local 310 if (screen != null) { in getDensity() 311 return screen.getPixelDensity(); in getDensity() 327 Screen screen = hardware.getScreen(); in getScreenSize() local 328 if (screen != null) { in getScreenSize() 329 return screen.getDiagonalLength(); in getScreenSize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationTest.java | 104 Screen screen = configuration.getDevice().getDefaultHardware().getScreen(); in test() local 105 assertEquals(145.0f, screen.getXdpi(), 0.001); in test() 106 assertEquals(145.0f, screen.getYdpi(), 0.001); in test()
|
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/ |
D | ConfigGenerator.java | 193 Element screen = doc.createElement(PREFIX + NODE_SCREEN); in generateConfig() local 194 hardware.appendChild(screen); in generateConfig() 197 screen.appendChild(screenSize); in generateConfig() 219 screen.appendChild(diagonalLength); in generateConfig() 227 screen.appendChild(pixelDensity); in generateConfig() 251 screen.appendChild(screenRatio); in generateConfig() 267 screen.appendChild(dimensions); in generateConfig() 278 screen.appendChild(xdpi); in generateConfig() 282 screen.appendChild(ydpi); in generateConfig() 286 screen.appendChild(touch); in generateConfig()
|
/sdk/templates/docs/ |
D | prettify.css | 2 @media screen{
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutActionBar.java | 714 Screen screen = device.getDefaultHardware().getScreen(); in computeAndSetRealScale() local 715 double dpi = (screen.getXdpi() + screen.getYdpi()) / 2.; in computeAndSetRealScale()
|
D | RenderPreview.java | 1124 Screen screen = device.getDefaultHardware().getScreen(); in updateSize() local 1125 if (screen == null) { in updateSize() 1135 int x = screen.getXDimension(); in updateSize() 1136 int y = screen.getYDimension(); in updateSize()
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 16 sending sensor data, sending multi-touch events, receiving screen updates,
|
/sdk/eclipse/ |
D | changes.txt | 335 screen size. 382 and title bars to more accurately reflect the actual screen space 466 - Added more device screen types for the layout editor. All screen 482 from the Home screen of the emulator. 597 screen), or specific activity, or none.
|