Searched refs:getLeft (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
H A DListButtonsDiagonalAcrossItemsTest.java65 < mCenterButton.getLeft());
69 < mRightButton.getLeft());
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DRequestRectangleVisible.java61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DColorOverlayDimmer.java150 float dx = v.getLeft() + v.getTranslationX();
156 c.drawRect(v.getLeft(), v.getTop(), v.getRight(), v.getBottom(), mPaint);
158 c.drawRect(v.getLeft() + v.getPaddingLeft(),
/frameworks/base/core/java/android/widget/
H A DRtlSpacingHelper.java38 public int getLeft() { method in class:RtlSpacingHelper
H A DSlidingDrawer.java325 canvas.translate(isVertical ? 0 : handle.getLeft() - mTopOffset,
410 final int left = mHandle.getLeft();
467 final int left = mHandle.getLeft();
622 handle.offsetLeftAndRight(mTopOffset - handle.getLeft());
626 mHandleWidth - handle.getLeft());
629 final int left = handle.getLeft();
809 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft());
831 animateOpen(mVertical ? mHandle.getTop() : mHandle.getLeft());
H A DGallery.java410 final int childLeft = selChild.getLeft();
476 return view.getLeft() + view.getWidth() / 2;
512 if (child.getLeft() <= galleryRight) {
581 if (selView.getLeft() <= galleryCenter && selView.getRight() >= galleryCenter) {
592 if (child.getLeft() <= galleryCenter && child.getRight() >= galleryCenter) {
598 int childClosestEdgeDistance = Math.min(Math.abs(child.getLeft() - galleryCenter),
713 curRightEdge = prevIterationView.getLeft() - itemSpacing;
726 curRightEdge = prevIterationView.getLeft() - itemSpacing;
742 curRightEdge = prevIterationView.getLeft() - itemSpacing;
758 curRightEdge = prevIterationView.getLeft()
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java246 if (x < mCurrText.getLeft() - mTabPadding) {
263 final int left = mCurrText.getLeft() - mTabPadding;
281 int left = mCurrText.getLeft() - mTabPadding;
290 left = mCurrText.getLeft() - mTabPadding;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DRtlSpacingHelper.java40 public int getLeft() { method in class:RtlSpacingHelper
H A DActionBarContainer.java96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
303 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
307 mBackground.setBounds(mContextView.getLeft(), mContextView.getTop(),
316 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayersActivity.java54 "x", 0, rightList.getLeft());
60 "x", rightList.getLeft(), 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DBackgroundFallback.java73 left = Math.min(left, child.getLeft());
H A DActionBarContainer.java96 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
114 mStackedBackground.setBounds(mTabContainer.getLeft(), mTabContainer.getTop(),
323 mBackground.setBounds(mActionBarView.getLeft(), mActionBarView.getTop(),
327 mBackground.setBounds(mActionContextView.getLeft(), mActionContextView.getTop(),
336 mStackedBackground.setBounds(tabContainer.getLeft(), tabContainer.getTop(),
H A DSwipeDismissLayout.java293 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
295 canScroll(child, true, dx, x + scrollX - child.getLeft(),
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java70 if (mButton.getLeft() == 0) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java584 final int startLeft = mCapturedView.getLeft();
702 mScroller.fling(mCapturedView.getLeft(), mCapturedView.getTop(),
726 final int dx = x - mCapturedView.getLeft();
925 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
927 canScroll(child, true, dx, dy, x + scrollX - child.getLeft(),
1022 final int oldLeft = toCapture.getLeft();
1147 dragTo(mCapturedView.getLeft() + idx, mCapturedView.getTop() + idy, idx, idy);
1398 final int oldLeft = mCapturedView.getLeft();
1443 return x >= view.getLeft() &&
1461 if (x >= child.getLeft()
[all...]
H A DSlidingPaneLayout.java365 left = panel.getLeft();
382 startBound), child.getLeft());
1004 mTmpRect.right = Math.min(mTmpRect.right, mSlideableView.getLeft());
1018 canvas.drawBitmap(cache, child.getLeft(), child.getTop(), lp.dimPaint);
1177 right = shadowView.getLeft();
1231 if (x + scrollX >= child.getLeft() && x + scrollX < child.getRight() &&
1233 canScroll(child, true, dx, x + scrollX - child.getLeft(),
1482 ViewCompat.postInvalidateOnAnimation(parent, child.getLeft(), child.getTop(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java193 mAlarmStatus.setX(mDateGroup.getLeft() + mDateCollapsed.getRight());
556 target.avatarX = mMultiUserSwitch.getLeft() + mMultiUserAvatar.getLeft();
559 target.batteryX = mSystemIconsSuperContainer.getLeft()
562 target.batteryX = mSystemIconsSuperContainer.getLeft()
563 + mSystemIconsContainer.getLeft();
570 : mMultiUserSwitch.getLeft() - mSettingsButton.getLeft();
599 mMultiUserAvatar.setX(values.avatarX - mMultiUserSwitch.getLeft());
604 mSystemIconsSuperContainer.setX(values.batteryX - mSystemIconsContainer.getLeft());
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java117 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(),
126 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(),
430 mDragger.smoothSlideViewTo(child, child.getLeft(), closedOptionsY);
432 mDragger.smoothSlideViewTo(child, child.getLeft(), openedOptionsY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java100 pt[0] += v0.getLeft();
135 pt[0] -= next.getLeft();
/frameworks/base/libs/hwui/
H A DRenderProperties.h264 return setTranslationX(value - getLeft());
269 return getLeft() + getTranslationX();
392 float getLeft() const { function in class:android::uirenderer::RenderProperties
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java90 right = mIconFrame.getLeft();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsBackground.java150 r.left = Math.min(r.left, v.getLeft());
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java122 values.values.put(PROPNAME_BOUNDS, new Rect(view.getLeft(), view.getTop(),
194 view.offsetLeftAndRight(startLeft - view.getLeft());
H A DChangeImageTransform.java91 int left = view.getLeft();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java193 return (view.getRight() - view.getLeft()) / 2;
204 boolean showLeft = (viewHolder == null || viewHolder.itemView.getLeft() < 0);

Completed in 535 milliseconds

1234