/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
D | ContentWrapperView.java | 174 v.setTop(v.getTop() + translation); in startTransition() 249 return new Rect(getLeft(), getTop(), getRight(), getTop() + maxHeight); in getClippingRect()
|
D | AnimationHelper.java | 207 final int oldContainerTop = mContainer.getTop(); in continueAnimation()
|
/external/chromium/chrome/browser/resources/net_internals/ |
D | view.js | 50 View.prototype.getTop = function() { method in View 67 return this.getTop() + this.getHeight();
|
D | resizableverticalsplitview.js | 115 this.getLeft(), this.getTop(), this.getWidth(), this.getHeight());
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 563 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
|
D | ShadowView.java | 642 public int getTop() { in getTop() method in ShadowView
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 377 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()
|
D | EvaluationShrinker.java | 709 … 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/ |
D | view.js | 55 getTop: function() { method in View 72 return this.getTop() + this.getHeight();
|
D | resizable_vertical_split_view.js | 190 this.getLeft(), this.getTop(), this.getWidth(), this.getHeight());
|
D | timeline_view.js | 304 this.setGeometry(this.getLeft(), this.getTop(), this.getWidth(),
|
/external/skia/include/views/animated/ |
D | SkBorderView.h | 24 SkScalar getTop() const { return fTop; } in getTop() function
|
/external/chromium_org/third_party/skia/include/views/animated/ |
D | SkBorderView.h | 24 SkScalar getTop() const { return fTop; } in getTop() function
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | HandleView.java | 193 getRight() - getLeft(), getBottom() - getTop()); in onPositionChanged() 289 mDrawable.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop()); in onDraw()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 344 Value value = stack.getTop(index); in correspondingVerificationTypes() 363 Value value = stack.getTop(index); in correspondingVerificationTypes()
|
/external/proguard/src/proguard/evaluation/ |
D | TracedStack.java | 106 return producerStack.getTop(index); in getTopProducerValue()
|
D | Stack.java | 215 public Value getTop(int index) in getTop() method in Stack
|
/external/icu4c/i18n/ |
D | transreg.cpp | 222 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/ |
D | transreg.cpp | 220 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/ |
D | tree.jquery.js | 2038 …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/ |
D | WebKitHitTestTest.java | 68 float y = (float) (mTestView.getBottom() - mTestView.getTop()) / 2; in simulateTouchCenterOfWebViewOnUiThread()
|
D | AwSettingsTest.java | 2803 final int y = (webView.getBottom() - webView.getTop()) / 2; in simulateDoubleTapCenterOfWebViewOnUiThread()
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
D | image_transform.js | 282 DraggableRect.prototype.getTop = function() { method in DraggableRect
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
D | ViewLoaderTest.java | 269 … assertThat(shadowTextView.getCompoundDrawablesImpl().getTop(), equalTo(R.drawable.an_image)); in testTextViewCompoundDrawablesAreSet()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwContents.java | 1075 child.getLeft() - child.getScrollX(), child.getTop() - child.getScrollY(), in requestChildRectangleOnScreen()
|