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

<<1112

/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Browser/src/com/android/browser/
H A DTab.java1846 final int left = mMainView.getScrollX();
1849 c.translate(-left, -top);
1851 c.scale(scale, scale, left, top);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculator.java240 // Add left parenthesis after functions.
328 revealView.setLeft(displayRect.left);
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java144 public float left; field in class:Event
243 // the left side. If the start and end times of two events are
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectSyncedCalendarsMultiAccountAdapter.java338 r.left -= mColorViewTouchAreaIncrease;
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java74 * left to right. The largest vertical gap is always filled first.</p>
142 * animators should resume from where the last animator set left off.
235 // child's left coordinate.
781 // layout, we would still want to find the view's left coordinate for the
852 final int left = mWindowParams.x - mOffsetToAbsoluteX;
856 left, top, left + mDragView.getWidth(), top + mDragView.getHeight());
1302 // they are cleared between adapter data set changes, but the views are left
1888 // the previous animation left off, rather than resetting translation and rotation.
1958 xTranslation = oldRect.left
[all...]
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java140 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java538 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft,
541 mPreviewStatusListener.onPreviewLayoutChanged(v, left, top, right, bottom, oldLeft,
734 // Swipe left.
936 * mode transition; swipe left will be send to filmstrip; swipe right will be redirected
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperPickerActivity.java520 public void onLayoutChange(View v, int left, int top, int right, int bottom,
522 if ((right - left) > 0 && (bottom - top) > 0) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java720 ConversationItemView.this.invalidate(r.left, r.top, r.right, r.bottom);
781 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
785 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java570 int xPaddingDips = (int) ((padding.left + padding.right) / density);
575 mTmpRect.left - xPaddingDips);
1360 // We want our pages to be z-ordered such that the further a page is to the left, the higher
1417 // Overscroll to the left
H A DLauncher.java259 // Keep track of whether the user has left launcher
1163 int requiredWidth = minWidth + padding.left + padding.right;
2285 lp.x = mRectForFolderAnimation.left;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizePagedView.java493 int xPaddingDips = (int) ((padding.left + padding.right) / density);
498 sTmpRect.left - xPaddingDips);
1310 // We want our pages to be z-ordered such that the further a page is to the left, the higher
H A DLauncher.java1489 int requiredWidth = minWidth + padding.left + padding.right;
2900 lp.x = mRectForFolderAnimation.left;
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallCardFragment.java258 // account whether we are in a left-to-right locale or a right-to-left locale and adjust
1001 int left,
1000 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationViewFragment.java1715 public void onLayoutChange(View v, int left, int top, int right, argument
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 880 milliseconds

<<1112