Searched refs:left (Results 276 - 300 of 384) sorted by relevance

<<111213141516

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java431 * of deleting the actual element is left to the the listener. This listener
448 * of deleting the actual element is left to the the listener. This listener
949 LeaveBehindData left =
952 setupLeaveBehind(left.data, left.op, left.data.position, left.height));
H A DSwipeHelper.java189 view.invalidate((int) Math.floor(childBounds.left),
194 LogUtils.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java105 * The combined width in pixels of the horizontal gaps belonging to this key, both to the left
114 /** X coordinate of the top-left corner of the key in the keyboard layout, excluding the gap. */
116 /** Y coordinate of the top-left corner of the key in the keyboard layout, excluding the gap. */
245 * Create a key with the given top-left coordinate and extract its attributes from a key
582 mHitBox.left = params.mLeftPadding;
864 * Gets the x-coordinate of the top-left corner of the key in pixels, excluding the gap.
865 * @return The x-coordinate of the top-left corner of the key in pixels, excluding the gap.
872 * Gets the y-coordinate of the top-left corner of the key in pixels, excluding the gap.
873 * @return The y-coordinate of the top-left corner of the key in pixels, excluding the gap.
941 final int left
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java273 bounds.left = imageBounds.left;
290 + bounds.left + "," + bounds.top + " - "
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DSpline.java142 int left = (int) centerX - mCurveHandleSize / 2;
144 indicator.setBounds(left, top, left + mCurveHandleSize, top + mCurveHandleSize);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java411 int left = (getWidth() - mIconSize) / 2;
412 int right = left + mIconSize;
414 outBounds.set(left, top, right, bottom);
H A DUtilities.java242 r.left = (int) (r.left * scale + 0.5f);
255 r.left += deltaX;
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java565 Log.v(TAG, msg + "=(" + rect.left + "," + rect.top
570 rect.left = Math.round(rectF.left);
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp413 int left,
418 ASSERT(left + width <= imageWidth, "Rectangle is outside image bounds");
423 ColorARGB* renderPixel = getPixel(renderBuffer, imageWidth, x + left, y + top);
410 fillRect(ColorARGB* renderBuffer, int imageWidth, int imageHeight, int left, int top, int width, int height, ColorARGB color) argument
/packages/apps/Settings/src/com/android/settings/users/
H A DEditUserPhotoController.java322 final int left = (fullImage.getWidth() - squareSize) / 2;
324 Rect rectSource = new Rect(left, top,
325 left + squareSize, top + squareSize);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeTransitionView.java194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
195 mWidth = right - left;
/packages/apps/Camera2/src/com/android/camera/widget/
H A DModeOptions.java181 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
207 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java80 * to the left of the photo, the text lines are aligned to the left and the presence icon (if
81 * present) is set to the left of the status line.
110 // Set in onLayout. Represent left and right position of the View on the screen.
214 * those left assuming there is a photo.
610 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
612 final int width = right - left;
622 // Put the section header on the left side of the contact view.
641 mBoundsWithoutHeader.set(left + leftBound, topBound, left
[all...]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
133 super.onLayout(changed, left, top, right, bottom);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java347 "\"" + first + "\" is not located above or to the left of \"" + second
349 firstBound.bottom < secondBound.top || firstBound.right < secondBound.left);
354 firstBound.bottom < secondBound.top || firstBound.left > secondBound.right);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java104 boolean changed, int left, int top, int right, int bottom) {
125 mSlotView.layout(0, slotViewTop, right - left, slotViewBottom);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java118 * A layout simply contains a list of tiles, in the order of top-left -> bottom-right.
264 attachmentWrapper.prevLeft = transitionRect.left;
333 protected void onLayout(final boolean changed, final int left, final int top, final int right, argument
/packages/apps/PackageInstaller/src/android/support/wearable/view/
H A DCircledImageView.java341 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
372 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera2/src/com/android/camera/
H A DVideoUI.java63 public void onPreviewLayoutChanged(View v, int left, int top, int right, argument
/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java81 Math.round(previewArea.left), Math.round(previewArea.top), 0, 0);
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskJpegEncode.java193 final Bitmap croppedResult = Bitmap.createBitmap(original, crop.left, crop.top,
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java709 Log.v(TAG, msg + "=(" + rect.left + "," + rect.top
714 rect.left = Math.round(rectF.left);
727 return new RectF(r.left, r.top, r.right, r.bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DIconView.java108 // justify to the left.
214 dx += mBitmapBounds.left;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorHueView.java172 mRect.left = mBorder;
H A DColorRectView.java164 rect.left = mBorder;

Completed in 555 milliseconds

<<111213141516