Searched refs:left (Results 476 - 500 of 741) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h34 bool operator == (const SortedVector<T> &left, const SortedVector<T> &right);
350 bool operator == (const AudioProfile &left, const AudioProfile &right);
/frameworks/base/core/java/android/gesture/
H A DGesture.java66 gesture.mBoundingBox.set(mBoundingBox.left, mBoundingBox.top,
243 path.offset(-bounds.left + (width - bounds.width() * scale) / 2.0f,
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl115 * @param left The new left position
123 void repositionChild(IWindow childWindow, int left, int top, int right, int bottom,
H A DViewGroup.java86 * children in left and right gutters.</p>
428 * Clip bounds are the raw values of {@link #getLeft() left}, {@link #getTop() top},
450 // Index of the child's left position in the mLocation array
1515 * drag has left this ViewGroup, we know by definition that every contained subview
3231 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
3232 super.internalSetPadding(left, top, right, bottom);
3347 int left = 0;
3355 left = Math.max(left, insets.left);
5396 damageChildInParent(int left, int top, final Rect dirty) argument
7368 setMargins(int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java127 * insertion marker or character bounds is placed at right-to-left (RTL) character.
335 * @param left x coordinate of the left edge of the character in local coordinates.
345 public Builder addCharacterBounds(final int index, final float left, final float top, argument
353 mCharacterBoundsArrayBuilder.append(index, left, top, right, bottom, flags);
/frameworks/base/media/java/android/media/
H A DTimedText.java146 * horizontal justification 0: left, 1: centered, -1: right
499 int left = parcel.readInt();
502 mTextBounds = new Rect(left, top, right, bottom);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java65 ev.offsetLocation(mTempRect.left, mTempRect.top);
67 ev.offsetLocation(-mTempRect.left, -mTempRect.top);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java217 public void setPadding(int left, int top , int right, int bottom) { argument
218 mRecyclerView.setPadding(left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
121 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java316 public int compare(TileServiceManager left, TileServiceManager right) {
317 return -Integer.compare(left.getBindPriority(), right.getBindPriority());
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java303 if (mStableInsets.left != insets.getStableInsetLeft()
318 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
319 super.onLayout(changed, left, top, right, bottom);
780 rect.set(containingRect.left, containingRect.top,
781 containingRect.left + width, containingRect.top + height);
904 return mStableInsets.left != 0;
957 taskRect.left = offsetPosition - width;
961 taskRect.left = offsetPosition + mDividerSize;
1009 * @return true if and only if {@code dockSide} is top or left
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java289 args.argi1 = rectangle.left;
376 touchableRegionBounds.left,
519 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top);
522 windowBounds.set((int) windowFrame.left, (int) windowFrame.top,
901 final int left = args.argi1;
905 mCallbacks.onRectangleOnScreenRequested(left, top, right, bottom);
1187 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top);
1195 outBounds.set((int) windowFrame.left, (int) windowFrame.top,
H A DDockedStackDividerController.java153 if (bounds == null || (bounds.left == 0 && bounds.top == 0
264 outRegion.offset(mWindow.getFrameLw().left, mWindow.getFrameLw().top);
342 frame.set(frame.left, mTmpRect.bottom - mDividerInsets,
346 frame.set(mTmpRect.left - frame.width() + mDividerInsets, frame.top,
347 mTmpRect.left + mDividerInsets, frame.bottom);
350 frame.set(frame.left, mTmpRect.top - frame.height() + mDividerInsets,
584 // left off, so that the motion doesn't look discontinuous.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java32 * Each point in the Quad represents a specific corner of the Quad. These are top-left, top-right,
33 * bottom-left, and bottom-right. These labels allow mapping a transformed Quad back to an up-right
35 * the top-left corner is actually at the top-left of coordinate space.
47 * The unit Quad has its top-left point at (0, 0) and bottom-right point at (1, 1).
61 return new Quad(new PointF(rect.left, rect.top),
63 new PointF(rect.left, rect.bottom),
70 * @param x the top left x coordinate
71 * @param y the top left y coordinate
86 * The returned Quad has the specified top-left an
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp606 disp.framebufferTarget->sourceCropf.left = 0;
912 return (status_t)mHwc->setCursorPositionAsync(mHwc, id, pos.left, pos.top);
1039 r.left = int(ceilf(crop.left));
1238 l.sourceCropf.left, l.sourceCropf.top, l.sourceCropf.right, l.sourceCropf.bottom,
1239 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom,
1246 l.sourceCrop.left, l.sourceCrop.top, l.sourceCrop.right, l.sourceCrop.bottom,
1247 l.displayFrame.left, l.displayFrame.top, l.displayFrame.right, l.displayFrame.bottom,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DHorizontalGridView.java120 * Sets the fade out left edge to transparent. Note turn on fading edge is very expensive
135 * Returns true if left edge fading is enabled.
142 * Sets the left edge fading length in pixels.
158 * Returns the left edge fading length in pixels.
165 * Sets the distance in pixels between fading start position and left padding edge.
166 * The fading start position is positive when start position is inside left padding
167 * area. Default value is 0, means that the fading starts from left padding edge.
177 * Returns the distance in pixels between fading start position and left padding edge.
178 * The fading start position is positive when start position is inside left padding
179 * area. Default value is 0, means that the fading starts from left paddin
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp419 jlong timestampNs, jint left, jint top, jint right, jint bottom) {
453 cropRect.left = left;
484 jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top,
545 cropRect.left = left;
418 ImageWriter_queueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jobject image, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
483 ImageWriter_attachAndQueueImage(JNIEnv* env, jobject thiz, jlong nativeCtx, jlong nativeBuffer, jint imageFormat, jlong timestampNs, jint left, jint top, jint right, jint bottom) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java646 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
647 super.onLayout(changed, left, top, right, bottom);
780 float left = (getWidth() * (0.5f - HORIZONTAL_COLLAPSED_REST_PARTIAL / 2.0f) *
782 float right = getWidth() - left;
802 mAppearAnimationRect.set(left, top, right, bottom);
803 setOutlineRect(left, top + mAppearAnimationTranslation, right,
/frameworks/native/libs/gui/
H A DGLConsumer.cpp149 return hasEglAndroidImageCrop() && (crop.left == 0 && crop.top == 0);
876 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
948 outCrop.left += halfdw;
961 outCrop.left, outCrop.top,
1125 prefix, mTexName, mCurrentTexture, prefix, mCurrentCrop.left,
1221 EGL_IMAGE_CROP_LEFT_ANDROID, crop.left,
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp186 rect.left = rect.top = 0;
200 out << rect.left << ", ";
209 // Parse HWC rectangle description of form [left, top, right, bottom]
224 in >> rect.left;
251 // Validate right and bottom are greater than left and top
252 if ((rect.right <= rect.left) || (rect.bottom <= rect.top)) { return rect; }
483 - list->hwLayers[layer].sourceCrop.left)
485 - list->hwLayers[layer].displayFrame.left),
681 // Fill the given buffer with a horizontal blend of colors, with the left
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java70 * to emerge from: left or right (or start/end on platform versions that support layout direction.)
87 * guide</a>, any drawers positioned to the left/start should
90 * This preserves the same navigation left, actions right structure present in the Action Bar
449 * Set a simple drawable used for the left or right shadow. The drawable provided must have a
453 * <p>Note that for better support for both left-to-right and right-to-left layout
488 * Set a simple drawable used for the left or right shadow. The drawable provided must have a
492 * <p>Note that for better support for both left-to-right and right-to-left layout
1050 // Only one drawer is permitted along each vertical edge (left / righ
2086 onViewPositionChanged(View changedView, int left, int top, int dx, int dy) argument
2201 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java779 // been disabled from the outset, but was left open by accident.
820 rect.left = (int) (pos[0] * appScale + 0.5f);
1810 public ViewPaddingAction(int viewId, int left, int top, int right, int bottom) { argument
1812 this.left = left;
1820 left = parcel.readInt();
1829 dest.writeInt(left);
1839 target.setPadding(left, top, right, bottom);
1846 int left, top, right, bottom; field in class:RemoteViews.ViewPaddingAction
2468 * @param left Th
2473 setTextViewCompoundDrawables(int viewId, int left, int top, int right, int bottom) argument
2527 setTextViewCompoundDrawables(int viewId, Icon left, Icon top, Icon right, Icon bottom) argument
2872 setViewPadding(int viewId, int left, int top, int right, int bottom) argument
[all...]
H A DProgressBar.java1689 invalidate(dirty.left + scrollX, dirty.top + scrollY,
1711 int left = 0;
1726 left = (w - width) / 2;
1727 right = left + width;
1737 int tempLeft = left;
1738 left = w - right;
1741 mIndeterminateDrawable.setBounds(left, top, right, bottom);
H A DStackView.java1098 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1317 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1321 p.invalidate(globalInvalidateRect.left, globalInvalidateRect.top,
1350 int left = Math.min(mView.getLeft() + horizontalOffsetDelta, mView.getLeft());
1355 invalidateRectf.set(left, top, right, bottom);
1357 float xoffset = -invalidateRectf.left;
1363 invalidateRect.set((int) Math.floor(invalidateRectf.left),
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DMultiSelectManager.java992 childRect.left += mView.computeHorizontalScrollOffset();
1433 // Map from the x-value of the left side of a SparseBooleanArray of adapter positions, keyed
1440 // This list is sorted from furthest left to furthest right.
1484 * For example, if the view is scrolled to the bottom, the top-left of the viewport
1508 * top-left of the viewport would have a relative origin of (0, 0), even though its
1578 mColumnBounds, new Limits(absoluteChildRect.left, absoluteChildRect.right));
1583 SparseIntArray columnList = mColumns.get(absoluteChildRect.left);
1586 mColumns.put(absoluteChildRect.left, columnList);
1645 Collections.binarySearch(mColumnBounds, new Limits(rect.left, rect.left));
[all...]

Completed in 2590 milliseconds

<<11121314151617181920>>