Home
last modified time | relevance | path

Searched refs:metrics (Results 1 – 9 of 9) sorted by relevance

/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
DPlaybackOverlayActivity.java178 DisplayMetrics metrics = new DisplayMetrics(); in overScan() local
179 getWindowManager().getDefaultDisplay().getMetrics(metrics); in overScan()
180 int w = (int) (metrics.widthPixels * MEDIA_WIDTH); in overScan()
181 int h = (int) (metrics.heightPixels * MEDIA_HEIGHT); in overScan()
182 int marginLeft = (int) (metrics.widthPixels * MEDIA_LEFT_MARGIN); in overScan()
183 int marginTop = (int) (metrics.heightPixels * MEDIA_TOP_MARGIN); in overScan()
184 int marginRight = (int) (metrics.widthPixels * MEDIA_RIGHT_MARGIN); in overScan()
185 int marginBottom = (int) (metrics.heightPixels * MEDIA_BOTTOM_MARGIN); in overScan()
/developers/build/prebuilts/gradle/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
DScreenCaptureFragment.java91 DisplayMetrics metrics = new DisplayMetrics(); in onActivityCreated() local
92 activity.getWindowManager().getDefaultDisplay().getMetrics(metrics); in onActivityCreated()
93 mScreenDensity = metrics.densityDpi; in onActivityCreated()
/developers/samples/android/media/ScreenCapture/Application/src/main/java/com/example/android/screencapture/
DScreenCaptureFragment.java91 DisplayMetrics metrics = new DisplayMetrics(); in onActivityCreated() local
92 activity.getWindowManager().getDefaultDisplay().getMetrics(metrics); in onActivityCreated()
93 mScreenDensity = metrics.densityDpi; in onActivityCreated()
/developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java331 DisplayMetrics metrics = new DisplayMetrics(); in SimulationView() local
332 getWindowManager().getDefaultDisplay().getMetrics(metrics); in SimulationView()
333 mXDpi = metrics.xdpi; in SimulationView()
334 mYDpi = metrics.ydpi; in SimulationView()
/developers/samples/android/ui/lists/CustomChoiceList/
DREADME.md36 Lastly, remember to use padding on your ListViews to adhere to the standard metrics described in th…
/developers/build/prebuilts/gradle/CustomChoiceList/
DREADME.md36 Lastly, remember to use padding on your ListViews to adhere to the standard metrics described in th…
/developers/build/prebuilts/gradle/XYZTouristAttractions/
DREADME.md81 [10]: http://www.google.com/design/spec/layout/metrics-keylines.html
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...