Home
last modified time | relevance | path

Searched refs:getBottom (Results 1 – 15 of 15) sorted by relevance

/external/proguard/src/proguard/evaluation/
DTracedStack.java86 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()
DStack.java190 public Value getBottom(int index) in getBottom() method in Stack
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java104 public int getBottom() { in getBottom() method in SelectionArea
146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom()
150 for(int y = getTop(); y <= getBottom(); y++) { in copyFrom()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java560 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
DShadowView.java660 public int getBottom() { in getBottom() method in ShadowView
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DBox.java38 public Item getBottom() { in getBottom() method in Box
DCompactConstructorExampleTest.java143 Item bottom = box.getBottom(); in test11withoutPackageNames()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DInfoDialog.java36 public Panel getBottom() { in getBottom() method in InfoDialog
DDemo.java303 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()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DTerminalView.java211 * bridge.charWidth, (area.getBottom() + 1) * bridge.charHeight); in onDraw()
DConsoleActivity.java490 if (area.getLeft() == area.getRight() && area.getTop() == area.getBottom()) { in onCreate()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DHistogramView.java87 fillCanvas(canvas, this.getRight(), this.getBottom()); in onDraw()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java451 Value stackEntry = stackBefore.getBottom(stackEntryIndex); in checkMixedStackEntriesBefore()
DEvaluationShrinker.java561 …od.getDescriptor(programClass)+"] (stack entry #"+stackIndex+" ["+stack.getBottom(stackIndex)+"])"… in visitProgramMethod()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java271 …assertThat(shadowTextView.getCompoundDrawablesImpl().getBottom(), equalTo(R.drawable.third_image)); in testTextViewCompoundDrawablesAreSet()