Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 22 of 22) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion66.txt2 …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.
Dcompletionvalues1-expected-completion67.txt2 …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.
Dcompletion1-expected-completion4.txt2 …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.
Dcompletionvalues1-expected-completion24.txt2 …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.
Dcompletion1-expected-completion5.txt2 …sity-independent Pixels</b> - an abstract unit that is based on the physical density of the screen.
Dmanifest-expected-completion18.txt16 …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]
Dfragmentlayout-expected-complation77.txt3 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
Dfragmentlayout-expected-complation78.txt3 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
Dmanifest-expected-completion16.txt11 supports-screens : The "supports-screens" specifies the screen dimensions an application supports.
Dcompletion11-expected-complation79.txt7 …, typically either an array or a Cursor holding query results. Binding, screen layout, and row la…
Dcompletion12-expected-completion75.txt46 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]
Dcompletion1-expected-completion39.txt121 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]
Dcompletion5-expected-completion40.txt121 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]
Dcompletionvalues1-expected-completion32.txt131 …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/
DVaryingConfiguration.java309 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/
DConfigurationTest.java104 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/
DConfigGenerator.java193 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/
Dprettify.css2 @media screen{
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java714 Screen screen = device.getDefaultHardware().getScreen(); in computeAndSetRealScale() local
715 double dpi = (screen.getXdpi() + screen.getYdpi()) / 2.; in computeAndSetRealScale()
DRenderPreview.java1124 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/
DImplementation.txt16 sending sensor data, sending multi-touch events, receiving screen updates,
/sdk/eclipse/
Dchanges.txt335 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.