HomeSort by relevance Sort by last modified time
    Searched defs:viewWidth (Results 1 - 25 of 25) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ContextParameters.java 23 public int viewWidth;
DrawableBitmap.java 68 * @param viewWidth The width of the screen.
71 public static void beginDrawing(GL10 gl, float viewWidth, float viewHeight) {
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
  /frameworks/base/core/java/com/android/internal/widget/
FaceUnlockView.java 58 int viewWidth = resolveMeasured(widthMeasureSpec, minimumWidth);
61 final int chosenSize = Math.min(viewWidth, viewHeight);
LockPatternView.java 488 int viewWidth = resolveMeasured(widthMeasureSpec, minimumWidth);
493 viewWidth = viewHeight = Math.min(viewWidth, viewHeight);
496 viewHeight = Math.min(viewWidth, viewHeight);
499 viewWidth = Math.min(viewWidth, viewHeight);
502 // Log.v(TAG, "LockPatternView dimensions: " + viewWidth + "x" + viewHeight);
503 setMeasuredDimension(viewWidth, viewHeight);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
SmallerHitTargetTouchListener.java 87 int viewWidth = v.getWidth();
91 int touchXPercent = (int) ((float) (touchX * 100) / (float) viewWidth);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 236 final int viewWidth = v.getWidth();
239 final float x = xy[0] + (viewWidth / 2.0f);
256 final int viewWidth = v.getWidth();
259 final float x = xy[0] + (viewWidth / 2.0f);
296 final int viewWidth = v.getWidth();
299 final float x = xy[0] + (viewWidth / 2.0f);
331 final int viewWidth = v.getWidth();
334 final float x = xy[0] + (viewWidth / 2.0f);
392 final int viewWidth = v.getWidth();
395 final float x = xy[0] + (viewWidth / 2.0f)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 142 int viewWidth = getWidth();
146 viewWidth / mWidth, (float) viewHeight / mHeight);
149 float centerX = viewWidth / 2 + mMovingVector.x * mProgress;
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 258 int viewWidth = mModeSelectionIcon[MODE_CAMERA].getWidth();
261 int padding = (viewWidth - iconWidth) / 2;
262 int l = mModeSelectionFrame.getLeft() + mCurrentMode * viewWidth;
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 208 final int viewWidth = videoView.getWidth();
211 final float x = xy[0] + viewWidth / 2.0f;
PopupWindowTest.java 674 final int viewWidth = mPopupWindow.getContentView().getWidth();
676 final float x = xy[0] + (viewWidth / 2.0f);
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 118 bool relayoutChildren = !printing() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
320 rect.setX(viewWidth() - rect.maxX());
709 int RenderView::viewWidth() const
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 155 final int viewWidth = getWidth();
157 if (viewWidth <= 0) {
216 int viewWidth = getWidth();
217 if (width < viewWidth) {
218 deltaX = (viewWidth - width) / 2 - rect.left;
221 } else if (rect.right < viewWidth) {
222 deltaX = viewWidth - rect.right;
260 float viewWidth = getWidth();
269 float widthScale = Math.min(viewWidth / w, 3.0f);
277 (viewWidth - w * scale) / 2F
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 183 final int viewWidth = getWidth();
184 if (viewWidth <= 0) {
264 final float viewWidth = getWidth();
274 float widthScale = Math.min(viewWidth / w, 10.0f);
278 matrix.postTranslate((viewWidth - w * scale) / 2F, (viewHeight - h * scale) / 2F);
280 matrix.postTranslate((viewWidth - w) / 2F, (viewHeight - h) / 2F);
327 public static float maxZoom(int bitmapWidth, int bitmapHeight, int viewWidth, int viewHeight) {
328 final float fw = (float)bitmapWidth / viewWidth;
504 int viewWidth = getWidth();
505 if (width < viewWidth) {
    [all...]
OverlayLinearLayout.java 599 final int viewWidth = getWidth() - (2 * mHalfParentWidth);
617 left = leftViewWidth + (int)((mediaItemStartTimeMs * viewWidth) /
622 viewWidth) / totalDurationMs);
628 mediaItem.getAppBoundaryBeginTime()) * viewWidth) /
633 durationMs) * viewWidth) / totalDurationMs);
637 viewWidth) / totalDurationMs);
640 overlay.getAppDuration()) * viewWidth) / totalDurationMs);
643 left = leftViewWidth + (int)((mediaItemStartTimeMs * viewWidth) /
646 + mediaItem.getAppTimelineDuration()) * viewWidth) / totalDurationMs);
    [all...]
AudioTrackLinearLayout.java 525 final int viewWidth = getWidth() - (2 * mHalfParentWidth);
539 audioTrack.getAppStartTime()) * viewWidth / mTimelineDurationMs);
544 audioTrack.getAppStartTime()) * viewWidth / mTimelineDurationMs);
546 width = (int)(audioTrack.getTimelineDuration() * viewWidth /
552 (int)((audioTrack.getAppStartTime() * viewWidth) / mTimelineDurationMs) +
MediaLinearLayout.java     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java 81 private int viewX, viewY, viewWidth, viewHeight;
425 tempVec4.set(viewX, viewY, viewWidth, viewHeight);
429 tempVec2.set(viewWidth, viewHeight);
433 tempVec2.set(1f / viewWidth, 1f / viewHeight);
437 float aspect = ((float) viewWidth) / viewHeight;
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 219 int viewWidth = mList.getWidth();
220 mList.invalidate(viewWidth - mThumbW, mThumbY, viewWidth, mThumbY + mThumbH);
232 final int viewWidth = mList.getWidth();
236 mThumbDrawable.setBounds(viewWidth - mThumbW, 0, viewWidth, mThumbH);
321 final int viewWidth = mList.getWidth();
333 left = viewWidth - (mThumbW * alpha) / ScrollFade.ALPHA_MAX;
402 mList.invalidate(viewWidth - mThumbW, 0, viewWidth, mList.getHeight())
    [all...]
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 313 final float viewWidth = getWidth();
317 if (!mTransformsEnabled || drawWidth <= viewWidth) {
323 } else if (viewWidth >= drawWidth + transX) {
346 final float viewWidth = getWidth();
350 if (!mTransformsEnabled || drawWidth <= viewWidth) {
356 } else if (viewWidth >= drawWidth + transX) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 315 final float viewWidth = getWidth();
319 if (!mTransformsEnabled || drawWidth <= viewWidth) {
325 } else if (viewWidth >= drawWidth + transX) {
348 final float viewWidth = getWidth();
352 if (!mTransformsEnabled || drawWidth <= viewWidth) {
358 } else if (viewWidth >= drawWidth + transX) {
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 633 int viewWidth = (int)(((double)width)/height * viewHeight);
636 new LayoutParams(viewWidth, viewHeight));
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 581 milliseconds