Searched defs:viewWidth (Results 1 - 12 of 12) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DContextParameters.java23 public int viewWidth; field in class:ContextParameters
H A DDrawableBitmap.java68 * @param viewWidth The width of the screen.
71 public static void beginDrawing(GL10 gl, float viewWidth, float viewHeight) { argument
80 gl.glOrthof(0.0f, viewWidth, 0.0f, viewHeight, 0.0f, 1.0f);
113 final float viewWidth = mViewWidth;
117 if (viewWidth > 0) {
119 || snappedX > viewWidth
H A DGame.java62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { argument
72 params.viewWidth = viewWidth;
76 params.viewScaleX = (float)viewWidth / gameWidth;
126 GameObjectManager gameManager = new GameObjectManager(params.viewWidth * 2);
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java41 private int viewWidth = 0; field in class:ViEAndroidGLES20
320 if(0 != CreateOpenGLNative(nativeObject, viewWidth, viewHeight)) {
331 viewWidth = width;
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidLiveWallpaperService.java70 protected int viewWidth; field in class:AndroidLiveWallpaperService
262 viewWidth = 0;
278 engineWidth = viewWidth;
322 if (!forceUpdate && format == viewFormat && width == viewWidth && height == viewHeight) {
334 viewWidth = engineWidth;
336 view.surfaceChanged(this.getSurfaceHolder(), viewFormat, viewWidth, viewHeight);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 304 milliseconds