/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
H A D | DrawRectFilter.java | 92 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 93 box = box.scaled(2.0f).translated(-1.0f, -1.0f); in process() 100 renderBox(box); in process() 109 private void renderBox(Quad box) { in renderBox() argument 114 float[] vertexValues = { box.p0.x, box.p0.y, in renderBox() 115 box.p1.x, box.p1.y, in renderBox() 116 box.p3.x, box.p3.y, in renderBox() 117 box.p2.x, box.p2.y }; in renderBox()
|
H A D | DrawOverlayFilter.java | 68 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 69 box = box.translated(1.0f, 1.0f).scaled(2.0f); in process() 71 mProgram.setTargetRegion(box); in process()
|
H A D | CropFilter.java | 115 Quad box = (Quad)boxFrame.getObjectValue(); in process() local 128 shaderProgram.setSourceRegion(box); in process()
|
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/ |
H A D | ListViewAnimation.cpp | 110 auto box = rand() % 2 ? filledBox : strokedBox; in createListItem() local 111 canvas.drawBitmap(*box, itemWidth - dp(10) - box->width(), dp(10), nullptr); in createListItem()
|
H A D | StretchyListViewAnimation.cpp | 165 auto box = rand() % 2 ? filledBox : strokedBox; in createListItem() local 166 canvas.drawBitmap(*box, itemWidth - dp(10) - box->width(), dp(10), nullptr); in createListItem()
|
/aosp14/frameworks/base/libs/hwui/jni/pdf/ |
H A D | PdfEditor.cpp | 240 PageBox pageBox, jobject box) { in nativeSetPageBox() argument 250 const int left = env->GetIntField(box, gRectClassInfo.left); in nativeSetPageBox() 251 const int top = env->GetIntField(box, gRectClassInfo.top); in nativeSetPageBox() 252 const int right = env->GetIntField(box, gRectClassInfo.right); in nativeSetPageBox() 253 const int bottom = env->GetIntField(box, gRectClassInfo.bottom); in nativeSetPageBox()
|
/aosp14/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
H A D | ScoAudioTest.java | 211 CheckBox box = findViewById(R.id.useSecondAudioManager); 212 if (box.isChecked()) { 216 box = findViewById(R.id.useVirtualCallCheckBox); 217 useVirtualCall = box.isChecked();
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | ImageDecoderTest.java | 77 ImageDecoder.createSource(mContext.getResources(), R.drawable.box); in onDecodeHeader_invalidResource_throwsException()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GestureOverlayView.java | 649 final OrientedBoundingBox box = in touchMove() local 652 float angle = Math.abs(box.orientation); in touchMove() 657 if (box.squareness > mGestureStrokeSquarenessTreshold || in touchMove()
|
/aosp14/frameworks/base/tests/TrustTests/ |
H A D | README.md | 22 1. Test the agent service as a black box; avoid inspecting internal state of the service or
|
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/templates/ |
H A D | ControlTemplateTest.java | 43 private static final @DrawableRes int TEST_ICON_ID = R.drawable.box;
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
H A D | dagger.md | 13 As such, the Shell also tries to provide some reasonable out-of-the-box modules for use with Dagger.
|
/aosp14/frameworks/base/tools/xmlpersistence/src/main/kotlin/ |
H A D | Generator.kt | 234 val boxedType = field.type.box()
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 1576 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1583 # search using the keyboard; to jump to the search box use <access key> + S 1585 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1589 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2439 # by representing a node as a red box. Note that doxygen if the number of direct 2462 # to support this out of the box.
|
/aosp14/frameworks/base/packages/CredentialManager/ |
H A D | profile.txt.prof | 4229 HSPLandroidx/compose/ui/geometry/Offset;->box-impl(J)Landroidx/compose/ui/geometry/Offset; 4282 HSPLandroidx/compose/ui/geometry/Size;->box-impl(J)Landroidx/compose/ui/geometry/Size; 4430 HSPLandroidx/compose/ui/graphics/Color;->box-impl(J)Landroidx/compose/ui/graphics/Color; 4513 HSPLandroidx/compose/ui/graphics/Matrix;->box-impl([F)Landroidx/compose/ui/graphics/Matrix; 5266 HSPLandroidx/compose/ui/input/InputMode;->box-impl(I)Landroidx/compose/ui/input/InputMode; 7040 HSPLandroidx/compose/ui/semantics/Role;->box-impl(I)Landroidx/compose/ui/semantics/Role; 7998 HSPLandroidx/compose/ui/unit/Constraints;->box-impl(J)Landroidx/compose/ui/unit/Constraints; 8040 HSPLandroidx/compose/ui/unit/Dp;->box-impl(F)Landroidx/compose/ui/unit/Dp; 8070 HSPLandroidx/compose/ui/unit/IntOffset;->box-impl(J)Landroidx/compose/ui/unit/IntOffset; 8087 HSPLandroidx/compose/ui/unit/IntSize;->box-impl(J)Landroidx/compose/ui/unit/IntSize; [all …]
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 463 // ANGLE - Show a dialog box when ANGLE is selected for the currently running PKG
|