Searched refs:getBottom (Results 1 – 15 of 15) sorted by relevance
86 return producerStack.getBottom(index); in getBottomProducerValue()99 return actualProducerStack.getBottom(index); in getBottomActualProducerValue()346 Value producerValue = producerStack.getBottom(index); in toString()347 Value actualProducerValue = actualProducerStack.getBottom(index); in toString()
190 public Value getBottom(int index) in getBottom() method in Stack
104 public int getBottom() { in getBottom() method in SelectionArea146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom()150 for(int y = getTop(); y <= getBottom(); y++) { in copyFrom()
560 if (getBottom() != that.getBottom()) return false; in equals()573 result = 31 * result + getBottom(); in hashCode()583 ", bottom=" + getBottom() + in toString()599 public int getBottom() { in getBottom() method in ShadowTextView.CompoundDrawables
660 public int getBottom() { in getBottom() method in ShadowView
38 public Item getBottom() { in getBottom() method in Box
143 Item bottom = box.getBottom(); in test11withoutPackageNames()
36 public Panel getBottom() { in getBottom() method in InfoDialog
303 hexDialog.getBottom().add(button); in initMenus()330 compoundDialog.getBottom().add(button); in initMenus()360 rulesDialog.getBottom().add(button); in initMenus()363 rulesDialog.getBottom().add(temp); in initMenus()364 rulesDialog.getBottom().add(ruleId); in initMenus()
211 * bridge.charWidth, (area.getBottom() + 1) * bridge.charHeight); in onDraw()
490 if (area.getLeft() == area.getRight() && area.getTop() == area.getBottom()) { in onCreate()
87 fillCanvas(canvas, this.getRight(), this.getBottom()); in onDraw()
451 Value stackEntry = stackBefore.getBottom(stackEntryIndex); in checkMixedStackEntriesBefore()
561 …od.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"… in visitProgramMethod()
271 …assertThat(shadowTextView.getCompoundDrawablesImpl().getBottom(), equalTo(R.drawable.third_image)); in testTextViewCompoundDrawablesAreSet()