Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
DSamplePresentation.java42 public SamplePresentation(Context outerContext, Display display) { in SamplePresentation() argument
43 super(outerContext, display); in SamplePresentation()
51 setContentView(R.layout.display); in onCreate()
/developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
DSamplePresentation.java42 public SamplePresentation(Context outerContext, Display display) { in SamplePresentation() argument
43 super(outerContext, display); in SamplePresentation()
51 setContentView(R.layout.display); in onCreate()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/
DUtils.java41 Display display = wm.getDefaultDisplay(); in getDisplaySize() local
43 display.getSize(size); in getDisplaySize()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DUtils.java46 Display display = wm.getDefaultDisplay(); in getDisplaySize() local
48 display.getSize(size); in getDisplaySize()
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/
DREADME.md5 This sample shows how to display a pop up menu using PopupMenu from the v7 appcompat library.
12 …ListFragment][2] from the v4 support library to display the list. It shows how to instantiate and
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
DREADME.md5 This sample shows how to display a pop up menu using PopupMenu from the v7 appcompat library.
12 …ListFragment][2] from the v4 support library to display the list. It shows how to instantiate and
/developers/samples/android/media/BasicMediaRouter/
DREADME.md5 This sample demonstrates the use of the MediaRouter API to display
6 content on a secondary display.
/developers/build/prebuilts/gradle/BasicMediaRouter/
DREADME.md5 This sample demonstrates the use of the MediaRouter API to display
6 content on a secondary display.
/developers/build/prebuilts/gradle/BasicNotifications/
DREADME.md5 A basic app showing how to display events in the system's notification bar using
13 The [Notification API][1] allows the app developers to display a message outside
35 The code snippet will immediately display the notification icon in the
/developers/samples/android/notification/BasicNotifications/
DREADME.md5 A basic app showing how to display events in the system's notification bar using
13 The [Notification API][1] allows the app developers to display a message outside
35 The code snippet will immediately display the notification icon in the
/developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
DScreenCaptureFragment.java22 import android.hardware.display.DisplayManager;
23 import android.hardware.display.VirtualDisplay;
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
DREADME.md12 an interface to connect, display data and display GATT services and
/developers/build/prebuilts/gradle/BluetoothLeGatt/
DREADME.md12 an interface to connect, display data and display GATT services and
/developers/samples/android/media/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
DScreenCaptureFragment.java22 import android.hardware.display.DisplayManager;
23 import android.hardware.display.VirtualDisplay;
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
DOverlayDisplayWindow.java21 import android.hardware.display.DisplayManager;
122 Display display = mWindowManager.getDefaultDisplay(); in show() local
135 int width = (int)(display.getWidth() * INITIAL_SCALE); in show()
136 int height = (int)(display.getHeight() * INITIAL_SCALE); in show()
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
DOverlayDisplayWindow.java21 import android.hardware.display.DisplayManager;
122 Display display = mWindowManager.getDefaultDisplay(); in show() local
135 int width = (int)(display.getWidth() * INITIAL_SCALE); in show()
136 int height = (int)(display.getHeight() * INITIAL_SCALE); in show()
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/
DREADME.md6 split action bar when running on a device with a narrow display, and shows three tabs.
15 necessary to display a compatible Action Bar on devices running Android v2.1+.
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/
DREADME.md6 split action bar when running on a device with a narrow display, and shows three tabs.
15 necessary to display a compatible Action Bar on devices running Android v2.1+.
/developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
DUtils.java194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) { in calculateBottomInsetsOnRoundDevice() argument
196 display.getSize(size); in calculateBottomInsetsOnRoundDevice()
/developers/samples/android/ui/views/RecyclerView/kotlinApp/
DREADME.md16 [RecyclerView][1] can display large datasets that can be scrolled
21 Tap "Show Log" menu item to display log of elements as they are laid out and
/developers/build/prebuilts/gradle/RecyclerView/kotlinApp/
DREADME.md16 [RecyclerView][1] can display large datasets that can be scrolled
21 Tap "Show Log" menu item to display log of elements as they are laid out and
/developers/build/prebuilts/gradle/RecyclerView/
DREADME.md15 [RecyclerView][1] can display large datasets that can be scrolled
20 Tap "Show Log" menu item to display log of elements as they are laid out and
/developers/samples/android/ui/views/RecyclerView/
DREADME.md15 [RecyclerView][1] can display large datasets that can be scrolled
20 Tap "Show Log" menu item to display log of elements as they are laid out and
/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
DUtils.java195 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) { in calculateBottomInsetsOnRoundDevice() argument
197 display.getSize(size); in calculateBottomInsetsOnRoundDevice()
/developers/build/prebuilts/gradle/HdrViewfinder/
DREADME.md32 and display subsystems generally only accept RGB data. Therefore, after the images are
37 Data is passed between the subsystems (camera, RenderScript, and display) using the

12345678910>>...12