Home
last modified time | relevance | path

Searched refs:getTop (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DContentWrapperView.java174 v.setTop(v.getTop() + translation); in startTransition()
249 return new Rect(getLeft(), getTop(), getRight(), getTop() + maxHeight); in getClippingRect()
DAnimationHelper.java207 final int oldContainerTop = mContainer.getTop(); in continueAnimation()
/external/chromium/chrome/browser/resources/net_internals/
Dview.js50 View.prototype.getTop = function() { method in View
67 return this.getTop() + this.getHeight();
Dresizableverticalsplitview.js115 this.getLeft(), this.getTop(), this.getWidth(), this.getHeight());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java563 if (getTop() != that.getTop()) return false; in equals()
571 result = 31 * result + getTop(); in hashCode()
581 ", top=" + getTop() + in toString()
591 public int getTop() { in getTop() method in ShadowTextView.CompoundDrawables
DShadowView.java642 public int getTop() { in getTop() method in ShadowView
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java377 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceAnyPushInstruction()
426 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceIntegerPushInstruction()
492 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceLongPushInstruction()
559 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceFloatPushInstruction()
627 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceDoublePushInstruction()
678 Value pushedValue = partialEvaluator.getStackAfter(offset).getTop(0); in replaceReferencePushInstruction()
DEvaluationShrinker.java709 … insertPushInstructions(offset, false, tracedStack.getTop(0).computationalType()); in visitAnyInstruction()
803 … insertPushInstructions(offset, true, tracedStack.getTop(0).computationalType()); in visitAnyInstruction()
/external/chromium_org/chrome/browser/resources/net_internals/
Dview.js55 getTop: function() { method in View
72 return this.getTop() + this.getHeight();
Dresizable_vertical_split_view.js190 this.getLeft(), this.getTop(), this.getWidth(), this.getHeight());
Dtimeline_view.js304 this.setGeometry(this.getLeft(), this.getTop(), this.getWidth(),
/external/skia/include/views/animated/
DSkBorderView.h24 SkScalar getTop() const { return fTop; } in getTop() function
/external/chromium_org/third_party/skia/include/views/animated/
DSkBorderView.h24 SkScalar getTop() const { return fTop; } in getTop() function
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DHandleView.java193 getRight() - getLeft(), getBottom() - getTop()); in onPositionChanged()
289 mDrawable.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop()); in onDraw()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java344 Value value = stack.getTop(index); in correspondingVerificationTypes()
363 Value value = stack.getTop(index); in correspondingVerificationTypes()
/external/proguard/src/proguard/evaluation/
DTracedStack.java106 return producerStack.getTop(index); in getTopProducerValue()
DStack.java215 public Value getTop(int index) in getTop() method in Stack
/external/icu4c/i18n/
Dtransreg.cpp222 const UnicodeString& getTop() const { return top; } in getTop() function in TransliteratorSpec
1038 registerEntry(src.getTop(), trg.getTop(), variant, entry, FALSE); in findInStaticStore()
/external/chromium_org/third_party/icu/source/i18n/
Dtransreg.cpp220 const UnicodeString& getTop() const { return top; } in getTop() function in TransliteratorSpec
1036 registerEntry(src.getTop(), trg.getTop(), variant, entry, FALSE); in findInStaticStore()
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
Dtree.jquery.js2038 …var addPosition, getTop, groupPositions, handleAfterOpenFolder, handleClosedFolder, handleFirstNod…
2042 getTop = function($element) { function
2072 top = getTop($element);
2089 addPosition(node, Position.INSIDE, getTop($element));
2102 top = getTop($element);
2114 return addPosition(node, Position.BEFORE, getTop($(node.element)));
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DWebKitHitTestTest.java68 float y = (float) (mTestView.getBottom() - mTestView.getTop()) / 2; in simulateTouchCenterOfWebViewOnUiThread()
DAwSettingsTest.java2803 final int y = (webView.getBottom() - webView.getTop()) / 2; in simulateDoubleTapCenterOfWebViewOnUiThread()
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dimage_transform.js282 DraggableRect.prototype.getTop = function() { method in DraggableRect
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java269 … assertThat(shadowTextView.getCompoundDrawablesImpl().getTop(), equalTo(R.drawable.an_image)); in testTextViewCompoundDrawablesAreSet()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1075 child.getLeft() - child.getScrollX(), child.getTop() - child.getScrollY(), in requestChildRectangleOnScreen()

12