OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:displayHeight
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
CastShellActivity.java
215
int
displayHeight
= getResources().getDisplayMetrics().heightPixels;
216
// Clamp within [DEFAULT_HEIGHT_PIXELS,
displayHeight
]
218
Math.min(
displayHeight
, Math.max(DEFAULT_HEIGHT_PIXELS, requestedHeight));
219
double deviceScaleFactor = ((double)
displayHeight
) / desiredHeight;
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java
214
private void loadBitmaps(int displayWidth, int
displayHeight
) {
237
mControllerBitmap = Bitmap.createScaledBitmap(mControllerBitmap,
displayHeight
,
238
displayHeight
, true);
240
mDisplayRatio =
displayHeight
* 1.0f / controllerBitmapHeight;
304
int
displayHeight
= mSize.y;
306
displayHeight
= getHeight();
325
height = Math.min(
displayHeight
, heightSpecSize);
327
height =
displayHeight
;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java
330
float
displayHeight
= (texTop - texBottom) * screenHeight / 2;
331
if (displayWidth > 1 &&
displayHeight
> 1 &&
333
float displayAspectRatio = displayWidth /
displayHeight
;
338
float deltaX = (displayWidth - videoAspectRatio *
displayHeight
) /
343
float deltaY = (
displayHeight
- displayWidth / videoAspectRatio) /
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
Completed in 1145 milliseconds