Searched refs:heuristic (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | BidiFormatter.java | 197 public Builder setTextDirectionHeuristic(TextDirectionHeuristic heuristic) { in setTextDirectionHeuristic() argument 198 mTextDirectionHeuristic = heuristic; in setTextDirectionHeuristic() 269 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristic heuristic) { in BidiFormatter() argument 272 mDefaultTextDirectionHeuristic = heuristic; in BidiFormatter() 307 public String markAfter(CharSequence str, TextDirectionHeuristic heuristic) { in markAfter() argument 308 final boolean isRtl = heuristic.isRtl(str, 0, str.length()); in markAfter() 336 public String markBefore(CharSequence str, TextDirectionHeuristic heuristic) { in markBefore() argument 337 final boolean isRtl = heuristic.isRtl(str, 0, str.length()); in markBefore() 400 public @Nullable String unicodeWrap(@Nullable String str, TextDirectionHeuristic heuristic, in unicodeWrap() argument 403 return unicodeWrap((CharSequence) str, heuristic, isolate).toString(); in unicodeWrap() [all …]
|
/frameworks/base/libs/hwui/aconfig/ |
D | hwui_flags.aconfig | 31 …ription: "Use luminance to determine how to make text more high contrast, instead of RGB heuristic"
|
/frameworks/proto_logging/stats/enums/stats/connectivity/ |
D | network_stack.proto | 31 // IPv6 provisioning is triggered from heuristic DHCPv6 prefix delegation.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerHistoryIntegrationTest.cpp | 967 Fps heuristic; in TEST_P() local 970 heuristic = layer.desiredRefreshRate; in TEST_P() 979 EXPECT_EQ(24_Hz, heuristic); in TEST_P()
|
D | LayerHistoryTest.cpp | 1544 Fps heuristic; in TEST_P() local 1547 heuristic = layer.desiredRefreshRate; in TEST_P() 1556 EXPECT_EQ(24_Hz, heuristic); in TEST_P()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_f32_helper.rsh | 91 // soft way using a probability set in a heuristic way.
|
D | layered_filter_d1new_helper.rsh | 151 // soft way using a probability set in a heuristic way.
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |