Searched refs:aFloat (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardStatusBarViewController.java | 70 (view, aFloat) -> { 71 mKeyguardHeadsUpShowingAmount = aFloat;
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 106 rs_allocation aFloat; 328 f = rsGetElementAt_float(aFloat, 0); 329 rsSetElementAt_float(aFloat, f, 0); 330 f = rsGetElementAt_float(aFloat, 0, 0); 331 rsSetElementAt_float(aFloat, f, 0, 0); 332 f = rsGetElementAt_float(aFloat, 0, 0, 0); 333 rsSetElementAt_float(aFloat, f, 0, 0, 0);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 122 rs_allocation aFloat; 346 f = rsGetElementAt_float(aFloat, 0); 347 rsSetElementAt_float(aFloat, f, 0); 348 f = rsGetElementAt_float(aFloat, 0, 0); 349 rsSetElementAt_float(aFloat, f, 0, 0); 350 f = rsGetElementAt_float(aFloat, 0, 0, 0); 351 rsSetElementAt_float(aFloat, f, 0, 0, 0);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 124 rs_allocation aFloat; 348 f = rsGetElementAt_float(aFloat, 0); 349 rsSetElementAt_float(aFloat, f, 0); 350 f = rsGetElementAt_float(aFloat, 0, 0); 351 rsSetElementAt_float(aFloat, f, 0, 0); 352 f = rsGetElementAt_float(aFloat, 0, 0, 0); 353 rsSetElementAt_float(aFloat, f, 0, 0, 0);
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_primitives.cpp | 90 TEST_F(AidlPrimitiveTest, aFloat) { in TEST_F() argument
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ParsingPackageUtils.java | 2213 … .setMaxAspectRatio(aFloat(R.styleable.AndroidManifestApplication_maxAspectRatio, sa)) in parseBaseAppBasicFlags() 2214 … .setMinAspectRatio(aFloat(R.styleable.AndroidManifestApplication_minAspectRatio, sa)) in parseBaseAppBasicFlags() 3125 private static float aFloat(float defaultValue, @StyleableRes int attribute, TypedArray sa) { 3129 private static float aFloat(@StyleableRes int attribute, TypedArray sa) {
|
/aosp12/art/test/dexdump/ |
H A D | bytecodes.txt | 377 name : 'aFloat' 547 … |0065: iput-object v1, v8, Lcom/google/android/test/Test;.aFloat:[F // field@0006 1130 … |002d: iget-object v1, v7, Lcom/google/android/test/Test;.aFloat:[F // field@0006 1798 … |001f: iget-object v0, v5, Lcom/google/android/test/Test;.aFloat:[F // field@0006
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5165 HSPLandroid/content/pm/parsing/ParsingPackageUtils;->aFloat(ILandroid/content/res/TypedArray;)F+]La…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 5163 HSPLandroid/content/pm/parsing/ParsingPackageUtils;->aFloat(ILandroid/content/res/TypedArray;)F+]La…
|