HomeSort by relevance Sort by last modified time
    Searched refs:getLeft (Results 26 - 50 of 362) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 95 mLeftButton.getRight() < mCenterButton.getLeft());
97 mCenterButton.getRight() < mRightButton.getLeft());
  /external/chromium_org/third_party/angle/src/compiler/translator/
UnfoldShortCircuitAST.cpp 43 replacement = UnfoldOR(node->getLeft(), node->getRight());
46 replacement = UnfoldAND(node->getLeft(), node->getRight());
ValidateLimitations.cpp 62 validateOperation(node, node->getLeft());
200 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode();
245 TIntermSymbol *symbol = binOp->getLeft()->getAsSymbolNode();
317 symbol = binOp->getLeft()->getAsSymbolNode();
459 TIntermTyped *operand = node->getLeft();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 65 < mCenterButton.getLeft());
69 < mRightButton.getLeft());
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabStrip.java 75 int selectedLeft = selectedTitle.getLeft();
83 int nextLeft = nextTitle.getLeft();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 80 PExpression lhs = node.getLeft();
90 PExpression lhs = node.getLeft();
100 PExpression lhs = node.getLeft();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorOverlayDimmer.java 150 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(),
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeSelectorItem.java 201 if (mVisibleWidth < mMinVisibleWidth + mIcon.getLeft()) {
202 transX = mMinVisibleWidth + mIcon.getLeft() - mVisibleWidth;
231 return mIcon.getLeft() + mMinVisibleWidth;
  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 258 assertEquals(0, topView.getLeft());
259 assertEquals(centerView.getLeft(), topView.getRight());
264 assertEquals(topView.getRight(), centerView.getLeft());
265 assertEquals(bottomView.getLeft(), centerView.getRight());
269 assertEquals(centerView.getRight(), bottomView.getLeft());
315 assertEquals(0, leftView.getLeft());
321 assertEquals(offset, centerView.getLeft());
326 assertEquals(parent.getWidth() - rightView.getWidth(), rightView.getLeft());
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 70 twoOut.getLeft().write(s1);
136 public Writer getLeft() {
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 70 twoOut.getLeft().write(s1);
136 public Writer getLeft() {
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 56 final int oldLeft = mButton.getLeft();
69 int left = mButton.getLeft();
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 70 twoOut.getLeft().write(s1);
136 public Writer getLeft() {
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
SkewableTextView.java 79 mTempRect.offset(getLeft() + getTranslationX(), getTop() + getTranslationY());
  /external/llvm/tools/llvm-diff/
DiffLog.cpp 51 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; }
  /frameworks/base/core/java/android/widget/
RtlSpacingHelper.java 38 public int getLeft() {
SlidingDrawer.java 325 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());
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 246 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/
RtlSpacingHelper.java 40 public int getLeft() {
ActionBarContainer.java 96 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(),
  /packages/apps/Launcher2/src/com/android/launcher2/
DropTarget.java 182 int getLeft();
  /packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java 163 int getLeft();
  /packages/apps/Mms/src/com/android/mms/model/
RegionModel.java 76 public int getLeft() {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity.java 54 "x", 0, rightList.getLeft());
60 "x", rightList.getLeft(), 0);

Completed in 917 milliseconds

12 3 4 5 6 7 8 91011>>