/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Region.cpp | 59 …gion_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom) { in Region_setRect() 90 …op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, jint bottom, jint op) { in Region_op0() 135 …n Region_quickContains(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { in Region_quickContains() 140 …Region_quickRejectIIII(JNIEnv* env, jobject region, jint left, jint top, jint right, jint bottom) { in Region_quickRejectIIII()
|
/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 163 int left, int top, int right, int bottom, in createNode() 180 int left, int top, int right, int bottom, in createNode()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
H A D | ScrimView.java | 141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() 373 public void setDrawableBounds(float left, float top, float right, float bottom) { in setDrawableBounds()
|
/aosp12/frameworks/base/core/java/android/text/style/ |
H A D | DynamicDrawableSpan.java | 161 int top, int y, int bottom, @NonNull Paint paint) { in draw()
|
H A D | DrawableMarginSpan.java | 82 int top, int baseline, int bottom, in drawLeadingMargin()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | stats_scorer.cpp | 45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
H A D | stats_scorer.cpp | 45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 698 final int bottom = top + view.getMeasuredHeight(); in measureViewToSide() local 729 final int bottom = top + preview.getMeasuredHeight(); in measureFloating() local 793 final int bottom; in layoutTrack() local 1232 final int bottom = container.bottom; in setThumbPos() local 1572 final float bottom = mThumbImage.getBottom() + offset; in isPointInsideY() local 1693 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); in animateBounds() local
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | BaseCanvas_Delegate.java | 95 float bottom = top + image.getHeight(); in nDrawBitmap() local 222 final float left, final float top, final float right, final float bottom, long paint) { in nDrawRect() 245 final float top, final float right, final float bottom, long paint) { in nDrawOval() 277 final float left, final float top, final float right, final float bottom, in nDrawArc() 306 final float left, final float top, final float right, final float bottom, in nDrawRoundRect() 812 protected boolean clipRect(float left, float top, float right, float bottom, int regionOp) { in clipRect()
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_feature_detection.cpp | 616 … db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, in db_HarrisStrengthChunk_f() 659 …id db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,int bottom, in db_HarrisStrengthChunk_u() 1332 …ne void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bottom, in db_MaxSuppressFilterChunk_5x5_Aligned16_f() 1408 …id db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int bottom, in db_MaxSuppressFilter_5x5_Aligned16_f() 1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresho… in db_CornersFromChunk() 1496 void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, in db_ExtractCornersSaturated()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | FastScroller.java | 698 final int bottom = top + view.getMeasuredHeight(); in measureViewToSide() local 729 final int bottom = top + preview.getMeasuredHeight(); in measureFloating() local 793 final int bottom; in layoutTrack() local 1232 final int bottom = container.bottom; in setThumbPos() local 1572 final float bottom = mThumbImage.getBottom() + offset; in isPointInsideY() local 1693 final PropertyValuesHolder bottom = PropertyValuesHolder.ofInt(BOTTOM, bounds.bottom); in animateBounds() local
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | StatsFilter.java | 115 float top, float right, float bottom, float[] statsArray); in regionscore()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ExtendedEditText.java | 89 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | StatsFilter.java | 115 float top, float right, float bottom, float[] statsArray); in regionscore()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | DynamicDrawableSpan.java | 161 int top, int y, int bottom, @NonNull Paint paint) { in draw()
|
H A D | IconMarginSpan.java | 81 int top, int baseline, int bottom, in drawLeadingMargin()
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | Outline.h | 33 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) { in setRoundRect()
|
/aosp12/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSessionCallback.aidl | 39 void onLayoutSurface(int left, int top, int right, int bottom); in onLayoutSurface()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 85 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | Outline.h | 33 void setRoundRect(int left, int top, int right, int bottom, float radius, float alpha) { in setRoundRect()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardUserSwitcherScrim.java | 85 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
|
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/ |
H A D | InvisibleRecipientChip.java | 97 final float x, final int top, final int y, final int bottom, final Paint paint) { in draw()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
H A D | TinyPlanetPreview.java | 103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 621 public WindowInsets replaceSystemWindowInsets(int left, int top, int right, int bottom) { in replaceSystemWindowInsets() 982 public WindowInsets insetUnchecked(int left, int top, int right, int bottom) { in insetUnchecked() 1041 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets() 1060 static Insets insetInsets(Insets insets, int left, int top, int right, int bottom) { in insetInsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 634 public WindowInsets replaceSystemWindowInsets(int left, int top, int right, int bottom) { in replaceSystemWindowInsets() 1018 public WindowInsets insetUnchecked(int left, int top, int right, int bottom) { in insetUnchecked() 1081 Insets[] typeInsetsMap, int left, int top, int right, int bottom) { in insetInsets() 1100 static Insets insetInsets(Insets insets, int left, int top, int right, int bottom) { in insetInsets()
|