Searched defs:left (Results 1 - 25 of 142) sorted by path

123456

/packages/apps/Calendar/src/com/android/calendar/
H A DDayOfMonthCursor.java28 * <li>Provides methods to move the cursor up / down / left / right.</li>
138 * Move left one box, potentially flipping to the previous month.
142 public boolean left() { method in class:DayOfMonthCursor
H A DDayView.java168 //Update the current time line every five minutes if the window is left open that long
544 /** Width of the time line (list of hours) to the left. */
1311 mExpandAllDayRect.left = Math.max((mHoursWidth - allDayIconWidth) / 2,
1313 mExpandAllDayRect.right = Math.min(mExpandAllDayRect.left + allDayIconWidth, mHoursWidth
2183 dest.left = 0;
2266 // This isn't really the upper-left corner. It's the square area just
2267 // below the upper-left corner, above the hours and to the left of the
2296 // Computes the x position for the left side of the given day (base 0)
2307 r.left
2753 saveSelectionPosition(float left, float top, float right, float bottom) argument
[all...]
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
H A DEventGeometry.java48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) { argument
101 event.left = left + col * (colWidth + mCellMargin);
102 event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
121 float left = event.left;
126 if (x >= left) {
155 // x < left
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoUI.java101 public void onPreviewLayoutChanged(View v, int left, int top, int right, argument
103 int width = right - left;
229 params.setMargins((int) previewArea.left, (int) previewArea.top, 0, 0);
H A DTextureViewHelper.java102 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, argument
105 int width = right - left;
117 mOnLayoutChangeListener.onLayoutChange(v, left, top, right, bottom, oldLeft, oldTop,
256 * being rendered. It usually only makes sense for the upper-left
H A DVideoUI.java63 public void onPreviewLayoutChanged(View v, int left, int top, int right, argument
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
104 super.onLayout(changed, left, top, right, bottom);
106 int width = right - left;
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java63 * with an animation. To dismiss this list, simply swipe left or select a mode.
872 // Gets current view's top left position relative to the window.
1346 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1347 super.onLayout(changed, left, top, right, bottom);
1348 mWidth = right - left;
1384 // Align left:
1385 mListView.setTranslationX(uncoveredPreviewArea.left);
H A DModeSelectorItem.java120 * @param swipeIn whether swiping direction is swiping in (i.e. from left
132 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
133 super.onLayout(changed, left, top, right, bottom);
134 mWidth = right - left;
H A DModeTransitionView.java194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
195 mWidth = right - left;
H A DPreviewStatusListener.java49 public void onPreviewLayoutChanged(View v, int left, int top, int right, argument
H A DProgressOverlay.java45 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
46 super.onLayout(changed, left, top, right, bottom);
48 mCenterX = (right - left) / 2;
62 params.setMargins((int) area.left, (int) area.top, 0, 0);
H A DRotateLayout.java54 boolean change, int left, int top, int right, int bottom) {
55 int width = right - left;
53 onLayout( boolean change, int left, int top, int right, int bottom) argument
H A DStickyBottomCaptureLayout.java38 * always laid out to the left of or above bottom bar in landscape or portrait
100 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
107 mModeOptionsOverlay.layout((int) uncoveredPreviewRect.left, (int) uncoveredPreviewRect.top,
123 mBottomBar.layout((int) bottomBarRect.left, (int) bottomBarRect.top,
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java161 /** The position of the left of the view in the whole filmstrip. */
258 /** Sets the left position of the view in the whole filmstrip. */
263 /** Returns the left position of the view in the whole filmstrip. */
470 private void layoutAt(int left, int top) { argument
471 mView.layout(left, top, left + mView.getMeasuredWidth(),
480 r.left = mView.getX();
482 r.right = r.left + mView.getWidth() * mView.getScaleX();
504 int left =
507 layoutAt(left, to
[all...]
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.
611 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
613 final int width = right - left;
623 // Put the section header on the left side of the contact view.
642 mBoundsWithoutHeader.set(left + leftBound, topBound, left
[all...]
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java279 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
281 int width = right - left;
313 child.layout(mOutRect.left, mOutRect.top, mOutRect.right, mOutRect.bottom);
H A DProportionalLayout.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
128 child.layout(0, 0, right-left, bottom-top);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java399 public void onUpdateFabButtons(@NonNull Button left, @NonNull Button right) { argument
400 left.setVisibility(View.INVISIBLE);
431 public void onLayoutChange(View v, int left, int top, int right, int bottom, argument
H A DAlarmRecyclerView.java53 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
55 super.onLayout(changed, left, top, right, bottom);
H A DClockFragment.java213 public void onUpdateFabButtons(@NonNull Button left, @NonNull Button right) { argument
214 left.setVisibility(INVISIBLE);
324 public void onLayoutChange(View v, int left, int top, int right, int bottom, argument
471 final int left = itemView.getPaddingLeft();
474 itemView.setPadding(left, top, right, bottom);
H A DDeskClockFragment.java34 /** The container that houses the fab and its left and right buttons. */
57 public void onLeftButtonClick(@NonNull Button left) { argument
79 * @param fabContainer the container that houses the fab and its left and right buttons
H A DFabController.java10 * {@link #onUpdateFabButtons left/right buttons} including setting them {@link View#INVISIBLE} if
12 * {@link #onFabClick fab}, {@link #onLeftButtonClick left button} and
32 * Configures the display of the buttons to the left and right of the fab to match the current
35 * @param left button to the left of the fab to configure based on current state
38 void onUpdateFabButtons(@NonNull Button left, @NonNull Button right); argument
48 * Handles a click on the button to the left of the fab component.
50 * @param left the button to the left of the fab component
52 void onLeftButtonClick(@NonNull Button left); argument
[all...]

Completed in 380 milliseconds

123456