Searched refs:left (Results 301 - 325 of 384) sorted by relevance

<<111213141516

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorSVRectView.java125 mRect.left += mBorder;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSearchDropTargetBar.java228 rect.left = pos[0];
H A DDragController.java84 /** the area at the edge of the screen that makes the workspace go left
99 /** The view that will be scrolled when dragging to the left and right edges of the screen. */
201 * @param dragLayerX The x position in the DragLayer of the left-top of the bitmap.
202 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
231 final int dragRegionLeft = dragRegion == null ? 0 : dragRegion.left;
398 mTmpPoint[0] = (int) Math.max(mDragLayerRect.left, Math.min(x, mDragLayerRect.right - 1));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DHotseat.java144 d.setBounds(bounds.left, bounds.top + scaleDownPx / 2, bounds.right - scaleDownPx,
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java211 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DHolographicOutlineHelper.java182 mCanvas.translate(-rect.left, -rect.top);
H A DShadowGenerator.java117 // For top, left & right, we need same space.
118 float minSide = Math.min(Math.min(bounds.left, bounds.right), bounds.top);
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java188 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPersonItemView.java40 * contact icon on the left, and the person's display name on the right.
138 public void onLayoutChange(final View v, final int left, final int top, final int right, argument
H A DVCardDetailFragment.java78 public void onLayoutChange(final View v, final int left, final int top, final int right,
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAbstractAvatarDrawable.java125 mMatrix.postTranslate(bounds.left, bounds.top);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java180 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/experimental/FilledApp/src/foo/bar/filled/
H A DCustomLinearLayout.java110 structure.setDimens(rect.left, rect.top, 0, 0, rect.width(), rect.height());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Dlanguage_model_dict_content.h211 bool operator()(const EntryInfoToTurncate &left,
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java172 // The gap at the right of a Box i is at index i. The gap at the left of a
418 // | | |<-------->|<--left | | | | | |
601 // tries to go left of the first image or go right of the last image.
637 // tries to go left of the first image or go right of the last image.
902 r.left = x - w / 2;
903 r.right = r.left + w;
907 r.left = a.right + g.mCurrentGap;
908 r.right = r.left + w;
912 r.right = a.left - g.mCurrentGap;
913 r.left
[all...]
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskConvertImageToRGBPreview.java250 final int inputHorizontalOffset = quantizeBy2(crop.left);
575 final int inputHorizontalOffset = quantizeBy2(crop.left);
/packages/apps/Contacts/src/com/android/contacts/
H A DShortcutIntentBuilder.java456 // - 24 dp (size of the phone icon) on the x axis (left)
459 final int left = (int) (mIconSize - (45 * density));
461 canvas.drawBitmap(phoneIcon, left, top, photoPaint);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java185 r.set(r.left * scale, r.top * scale, r.right * scale, r.bottom * scale);
212 Rect q = new Rect(Math.round(r.left), Math.round(r.top), Math.round(r.right),
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragController.java126 * @param dragLayerX The x position in the DragLayer of the left-top of the bitmap.
127 * @param dragLayerY The y position in the DragLayer of the left-top of the bitmap.
153 final int dragRegionLeft = dragRegion == null ? 0 : dragRegion.left;
338 mTmpPoint[0] = (int) Math.max(mDragLayerRect.left, Math.min(x, mDragLayerRect.right - 1));
/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java489 rect.left = startPadding;
493 rect.left = rect.right - scaledLogo.getWidth();
/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java209 // TODO: change the location of pen when window's justify isn't left.
344 // Since all TV sets use left text alignment instead of center text alignment
364 // left side of the window with the left side of the expected max window.
423 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
425 int width = right - left;
/packages/apps/UnifiedEmail/assets/
H A Dscript.js42 * @return {left: number, top: number} A tuple including a left and top value representing
47 left: 0,
53 result.left += parent.offsetLeft;
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperPickerActivity.java173 public void onLayoutChange(View v, int left, int top, int right, int bottom,
175 if ((right - left) > 0 && (bottom - top) > 0) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java368 bgWidth = keyWidth + padding.left + padding.right;
370 bgX = -padding.left;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java167 r.left -= mColorViewTouchAreaIncrease;

Completed in 8505 milliseconds

<<111213141516