/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | CardViewBindingAdapter.java | 38 int top = view.getContentPaddingTop(); in setContentPaddingLeft() local 45 public static void setContentPaddingTop(CardView view, int top) { in setContentPaddingTop() 55 int top = view.getContentPaddingTop(); in setContentPaddingRight() local 63 int top = view.getContentPaddingTop(); in setContentPaddingBottom() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Insets.java | 32 public final int top; field in Insets 36 private Insets(int left, int top, int right, int bottom) { in Insets() 55 public static Insets of(int left, int top, int right, int bottom) { in of()
|
D | Rect.java | 42 public int top; field in Rect 76 public Rect(int left, int top, int right, int bottom) { in Rect() 270 public void set(int left, int top, int right, int bottom) { in set() 355 public void inset(int left, int top, int right, int bottom) { in inset() 390 public boolean contains(int left, int top, int right, int bottom) { in contains() 432 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 497 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 525 public void union(int left, int top, int right, int bottom) { in union()
|
D | RectF.java | 34 public float top; field in RectF 53 public RectF(float left, float top, float right, float bottom) { in RectF() 197 public void set(float left, float top, float right, float bottom) { in set() 302 public boolean contains(float left, float top, float right, float bottom) { in contains() 344 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 417 public boolean intersects(float left, float top, float right, in intersects() 466 public void union(float left, float top, float right, float bottom) { in union()
|
D | Outline.java | 173 public void setRect(int left, int top, int right, int bottom) { in setRect() 189 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 242 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
D | Region.java | 76 public Region(int left, int top, int right, int bottom) { in Region() 102 public boolean set(int left, int top, int right, int bottom) { in set() 191 public native boolean quickContains(int left, int top, int right, in quickContains() 208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 413 int top, int right, int bottom); in nativeSetRect() 420 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
|
D | Path.java | 488 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 519 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 550 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 570 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 605 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 630 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 660 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 837 private static native void nArcTo(long nPath, float left, float top, float right, float bottom, in nArcTo() 840 private static native void nAddRect(long nPath, float left, float top, in nAddRect() 842 private static native void nAddOval(long nPath, float left, float top, in nAddOval() [all …]
|
D | Canvas.java | 483 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 494 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 552 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 563 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 856 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 874 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 889 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 907 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 922 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() 1106 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() [all …]
|
/frameworks/support/compat/java/android/support/v4/widget/ |
D | TextViewCompat.java | 79 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelative() 85 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 91 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 240 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelative() 248 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 257 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 283 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelative() 290 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 297 @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, in setCompoundDrawablesRelativeWithIntrinsicBounds() 400 @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, in setCompoundDrawablesRelative() [all …]
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/ |
D | RecyclerViewActivity.java | 117 int top = oldTop; in onLayoutChildren() local 166 final int top = bottom - getDecoratedMeasuredHeight(v); in scrollVerticallyBy() local 183 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in scrollVerticallyBy() local 218 final int top = bottom - getDecoratedMeasuredHeight(v); in onFocusSearchFailed() local 230 final int top = getDecoratedBottom(getChildAt(getChildCount() - 1)); in onFocusSearchFailed() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | SystemViewInfo.java | 29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo() 34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DividerItemDecoration.java | 133 final int top = bottom - mDivider.getIntrinsicHeight(); in drawVertical() local 142 final int top; in drawHorizontal() local 148 canvas.clipRect(parent.getPaddingLeft(), top, in drawHorizontal() local
|
/frameworks/base/core/java/android/view/ |
D | WindowInsets.java | 319 public WindowInsets consumeSystemWindowInsets(boolean left, boolean top, in consumeSystemWindowInsets() 343 public WindowInsets replaceSystemWindowInsets(int left, int top, in replaceSystemWindowInsets() 377 public WindowInsets consumeWindowDecorInsets(boolean left, boolean top, in consumeWindowDecorInsets() 393 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets()
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/ |
D | Scope.java | 116 ScopeEntry top = sScopeItems.get(); in produceScopeLog() local 143 ScopeEntry top = sScopeItems.get(); in createReport() local 160 LocationScopeProvider top) { in findAbsoluteLocationFrom()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | MinimizedDockShadow.java | 53 private void updatePaint(int left, int top, int right, int bottom) { in updatePaint() 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 118 int RecordingCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 230 bool RecordingCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 237 bool RecordingCanvas::clipRect(float left, float top, float right, float bottom, SkClipOp op) { in clipRect() 292 void RecordingCanvas::drawRect(float left, float top, float right, float bottom, const SkPaint& pai… in drawRect() 309 float top = FLT_MAX; in drawSimpleRects() local 363 void RecordingCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 379 CanvasPropertyPrimitive* left, CanvasPropertyPrimitive* top, in drawRoundRect() 421 void RecordingCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& pai… in drawOval() 431 void RecordingCanvas::drawArc(float left, float top, float right, float bottom, in drawArc() 468 void RecordingCanvas::drawBitmap(Bitmap& bitmap, float left, float top, const SkPaint* paint) { in drawBitmap()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_hardware_composer_defs.h | 34 int32_t top; member 41 float top; member
|
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 57 public void setCompoundDrawables(Drawable left, Drawable top, Drawable right, Drawable bottom) { in setCompoundDrawables() 67 public void setCompoundDrawablesRelative(Drawable start, Drawable top, Drawable end, in setCompoundDrawablesRelative()
|
/frameworks/support/transition/src/android/support/transition/ |
D | SidePropagation.java | 94 int top = loc[1] + Math.round(sceneRoot.getTranslationY()); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/frameworks/support/core-ui/java/android/support/v4/view/ |
D | PagerTabStrip.java | 156 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 268 final int top = bottom - mIndicatorHeight; in onDraw() local 286 int top = bottom - mIndicatorHeight; in updateTextPositions() local
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 69 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() 75 public int saveLayer(float left, float top, float right, float bottom, Paint paint) { in saveLayer() 90 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 96 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 166 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() 174 public void drawOval(float left, float top, float right, float bottom, Paint paint) { in drawOval() 187 public void drawArc(float left, float top, float right, float bottom, float startAngle, in drawArc() 196 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 217 public void drawBitmap(Bitmap bitmap, float left, float top, Paint paint) { in drawBitmap()
|
/frameworks/base/core/java/android/transition/ |
D | SidePropagation.java | 94 int top = loc[1] + Math.round(sceneRoot.getTranslationY()); in getStartDelay() local 122 int left, int top, int right, int bottom) { in distance()
|
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/ |
D | AdaptiveIconDrawableTest.java | 68 int top = 18 * dpi; in testDraw_withBounds() local 139 int top = 18 * dpi; in testGetIconMaskAfterSetBounds() local 162 int top = 18 * dpi; in testGetOutline_withBounds() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
D | RectFEvaluator.java | 46 float top = startValue.top + ((endValue.top - startValue.top) * fraction); in evaluate() local
|
/frameworks/support/design/base/android/support/design/widget/ |
D | ShadowViewDelegate.java | 23 void setShadowPadding(int left, int top, int right, int bottom); in setShadowPadding()
|