Searched refs:left (Results 251 - 275 of 292) sorted by relevance

<<1112

/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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardView.java359 bgWidth = keyWidth + padding.left + padding.right;
361 bgX = -padding.left;
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSyncAdapter.java167 r.left -= mColorViewTouchAreaIncrease;
H A DSelectCalendarsSimpleAdapter.java238 r.left -= mColorViewTouchAreaIncrease;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java62 * with an animation. To dismiss this list, simply swipe left or select a mode.
847 // Gets current view's top left position relative to the window.
1318 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1319 super.onLayout(changed, left, top, right, bottom);
1320 mWidth = right - left;
1356 // Align left:
1357 mListView.setTranslationX(uncoveredPreviewArea.left);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DTransitionImage.java293 values[0] = f.left;
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DContactDrawable.java153 mMatrix.postTranslate(bounds.left, bounds.top);
/packages/apps/Camera/src/com/android/camera/
H A DUtil.java630 Log.v(TAG, msg + "=(" + rect.left + "," + rect.top
635 rect.left = Math.round(rectF.left);
/packages/apps/Gallery/src/com/android/camera/
H A DGalleryPicker.java694 int left = (newMap.getWidth() - overlayWidth) / 2;
696 Rect newBounds = new Rect(left, top, left + overlayWidth,
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java158 // If true, modify alpha of neighboring pages as user scrolls left/right
576 // of the left/right gap and use that as the gap between each page.
645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1312 // move to the left and fling to the right will register as a fling to the right.
1451 int left;
1457 left = getRelativeChildOffset(i);
1458 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1459 if (left <= relativeOffset && relativeOffset <= right) {
H A DWorkspace.java739 // swipe it either left or right (but we won't advance by more than one screen)
883 // The wallpaper travel width is how far, from left to right, the wallpaper will move
1284 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1288 super.onLayout(changed, left, top, right, bottom);
1919 int left = (bmpWidth - iconSize) / 2;
1920 int right = left + iconSize;
1927 dragRect = new Rect(left, top, right, bottom);
2639 // Transform the dragged item's top left coordinates
2735 // These represent the visual top and left of drag view if a dragRect was provided.
2736 // If a dragRect was not provided, then they correspond to the actual view left an
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java1216 // swipe it either left or right (but we won't advance by more than one screen)
1397 // Sometimes the left parameter of the pages is animated during a layout transition;
1763 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1768 super.onLayout(changed, left, top, right, bottom);
1883 // enable layers between left and right screen inclusive, except for the
2547 destCanvas.translate(padding / 2 - bounds.left, padding / 2 - bounds.top);
2585 expectedPadding.set(padding - bounds.left - bounds.top);
2685 int left = (bmpWidth - iconSize) / 2;
2686 int right = left + iconSize;
2692 dragRect = new Rect(left, to
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java245 boolean changed, int left, int top, int right, int bottom) {
246 mPhotoView.layout(0, 0, right - left, bottom - top);
248 mDetailsHelper.layout(left, mActionBar.getHeight(), right, bottom);
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java1073 // We only scale to fit horizontally if we're not pinned to the left or right. Likewise,
1112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1113 super.onLayout(changed, left, top, right, bottom);
1114 final int width = right - left;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java847 /* align left if necessary */
1826 int left = view.getLeft();
1827 if ((left <= mFocusAxisX)
1833 if (left == 0) {
/packages/apps/Browser/src/com/android/browser/
H A DPieControl.java156 public void onLayout(int ax, int ay, boolean left) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java257 * Rotates first d bits in integer x to the left some number of times.
337 mShadowBounds.set(mShadowBounds.left - margin, mShadowBounds.top -
H A DCropActivity.java505 crop = Bitmap.createBitmap(fullSize, roundedTrueCrop.left,
625 return Bitmap.createBitmap(image, intCrop.left, intCrop.top, intCrop.width(),
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java232 mCurrentBand.xPos1 = (int) (rect.left + addDelta);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java275 boolean changed, int left, int top, int right, int bottom) {
274 onLayout( boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java46 * On key presses (right or left), the amount to increment/decrement the
327 leftBound = oldBounds.left;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java1181 if (DEBUG) Log.d(TAG, "Drawing left label: " + label.label + " @ " + x);
1323 int left = label.x - mThinLineWidth;
1327 left = x - mThinLineWidth;
1328 if (left >= lastLeft) {
1333 if (left < mLevelLeft) {
1334 // Won't fit on left, give up.
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DMultiShrinkScroller.java993 mCollapsedTitleStartMargin = invisiblePlaceholderTextViewRect.left
994 - largeTextViewRect.left;
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java525 * @param left strip from left
532 * if {@code left == true} and {@code right == true}
534 * if {@code left == true} and {@code right == false}
536 * if {@code left == false} and {@code right == true}
541 boolean left, boolean right,
548 if (left) {
540 megastrip(String str, boolean left, boolean right, String what) argument
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java526 * @param left strip from left
533 * if {@code left == true} and {@code right == true}
535 * if {@code left == true} and {@code right == false}
537 * if {@code left == false} and {@code right == true}
542 boolean left, boolean right,
549 if (left) {
541 megastrip(String str, boolean left, boolean right, String what) argument

Completed in 738 milliseconds

<<1112