Home
last modified time | relevance | path

Searched defs:edge (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/gesture/
DGesture.java142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
/frameworks/rs/driver/runtime/
Drs_cl.c990 extern float __attribute__((overloadable)) step(float edge, float v) { in step()
993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step()
999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step()
1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step()
1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step()
1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step()
1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step()
1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step()
1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step()
1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
DBackAnimationSpecTest.kt12 private data class BackInput(val progressX: Float, val progressY: Float, val edge: Int) constant in com.android.systemui.animation.back.BackInput
/frameworks/base/core/java/android/transition/
DSlide.java157 int edge = a.getInt(R.styleable.Slide_slideEdge, Gravity.BOTTOM); in Slide() local
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java421 EdgeEffectCompat edge = deltaY > 0 ? mTopEdge : mBottomEdge; in trackMotionScroll() local
555 final EdgeEffectCompat edge; in computeScroll() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithm.kt305 val edge = edgeRect.left - pipAreaPadding in <lambda>() constant
/frameworks/base/core/java/android/widget/
DOverScroller.java818 final int edge = positive ? max : min; in startAfterEdge() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1033 for (const auto &edge : isaTree) { in isIsaMatched() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java5789 private static int addToGlobalAndConsumeLimit(Region local, Region global, Rect edge, in addToGlobalAndConsumeLimit()