Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 1191) sorted by relevance

12345678910>>...48

/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
DViewAccessibilityUtils.java59 public static boolean isImportantForAccessibility(View view) { in isImportantForAccessibility()
103 public static boolean isActionableForAccessibility(View view) { in isActionableForAccessibility()
120 public static boolean isVisibleToUser(View view) { in isVisibleToUser()
144 public static boolean shouldFocusView(View view) { in shouldFocusView()
183 public static @Nullable View getLabelForView(View view) { in getLabelForView()
216 public static @Nullable Boolean isViewEditable(View view) { in isViewEditable()
235 public static @Nullable String getResourceNameForView(View view) { in getResourceNameForView()
266 View view, @Nullable View childToSkip, int idToFind) { in lookForLabelForViewInViewAndChildren()
316 private static boolean hasListenersForAccessibility(View view) { in hasListenersForAccessibility()
331 private static boolean isAccessibilityLiveRegion(View view) { in isAccessibilityLiveRegion()
[all …]
DViewHierarchyElementUtils.java246 public static boolean shouldFocusView(ViewHierarchyElement view) { in shouldFocusView()
285 ViewHierarchyElement view) { in getFocusableForAccessibilityAncestor()
304 private static boolean hasFocusableAncestor(ViewHierarchyElement view) { in hasFocusableAncestor()
325 private static boolean isAccessibilityFocusable(ViewHierarchyElement view) { in isAccessibilityFocusable()
347 private static boolean isFocusableOrClickableForAccessibility(ViewHierarchyElement view) { in isFocusableOrClickableForAccessibility()
364 private static boolean isChildOfScrollableContainer(ViewHierarchyElement view) { in isChildOfScrollableContainer()
396 private static boolean isSpeakingView(ViewHierarchyElement view) { in isSpeakingView()
422 private static boolean hasNonFocusableSpeakingChildren(ViewHierarchyElement view) { in hasNonFocusableSpeakingChildren()
446 private static boolean hasText(ViewHierarchyElement view) { in hasText()
461 ViewHierarchyElement view) { in getImportantForAccessibilityAncestor()
[all …]
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.reverse/
Dadaptor.pass.cpp33 BidirRange view(buf, buf + 3); in test() local
41 BidirRange view(buf, buf + 3); in test() local
58 BidirRange view(buf, buf + 3); in test() local
66 BidirRange view(buf, buf + 3); in test() local
74 BidirRange view(buf, buf + 3); in test() local
92 BidirRange view(buf, buf + 3); in test() local
100 BidirRange view(buf, buf + 3); in test() local
108 BidirRange view(buf, buf + 3); in test() local
118 BidirRange view(buf, buf + 3); in test() local
128 BidirRange view(buf, buf + 3); in test() local
[all …]
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DExtraTestsActivity.java16 public void onLaunchMainActivity(View view) { in onLaunchMainActivity()
20 public void onLaunchExternalTapTest(View view) { in onLaunchExternalTapTest()
24 public void onLaunchPlugLatencyTest(View view) { in onLaunchPlugLatencyTest()
28 public void onLaunchErrorCallbackTest(View view) { in onLaunchErrorCallbackTest()
32 public void onLaunchRouteDuringCallbackTest(View view) { in onLaunchRouteDuringCallbackTest()
36 public void onLaunchDynamicWorkloadTest(View view) { in onLaunchDynamicWorkloadTest()
40 public void onLaunchColdStartLatencyTest(View view) { in onLaunchColdStartLatencyTest()
DMainActivity.java201 public void onLaunchTestOutput(View view) { in onLaunchTestOutput()
205 public void onLaunchTestInput(View view) { in onLaunchTestInput()
209 public void onLaunchTapToTone(View view) { in onLaunchTapToTone()
213 public void onLaunchRecorder(View view) { in onLaunchRecorder()
217 public void onLaunchEcho(View view) { in onLaunchEcho()
221 public void onLaunchRoundTripLatency(View view) { in onLaunchRoundTripLatency()
225 public void onLaunchManualGlitchTest(View view) { in onLaunchManualGlitchTest()
229 …public void onLaunchAutoGlitchTest(View view) { launchTestThatDoesRecording(AutomatedGlitchActivit… in onLaunchAutoGlitchTest()
231 public void onLaunchTestDisconnect(View view) { in onLaunchTestDisconnect()
235 public void onLaunchTestDataPaths(View view) { in onLaunchTestDataPaths()
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWindowManagerImpl.java46 public void addView(View view, android.view.ViewGroup.LayoutParams layoutParams) { in addView()
47 views.put(realObject.getDefaultDisplay().getDisplayId(), view); in addView() local
53 public void removeView(View view) { in removeView()
54 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeView() local
59 protected void removeViewImmediate(View view) { in removeViewImmediate()
60 views.remove(realObject.getDefaultDisplay().getDisplayId(), view); in removeViewImmediate() local
107 void addView(View view, ViewGroup.LayoutParams layoutParams); in addView()
110 void removeView(View view); in removeView()
113 void removeViewImmediate(View view); in removeViewImmediate()
DShadowInputMethodManager.java55 void onPrivateCommand(View view, String action, Bundle data); in onPrivateCommand()
66 protected boolean showSoftInput(View view, int flags) { in showSoftInput()
71 protected boolean showSoftInput(View view, int flags, ResultReceiver resultReceiver) { in showSoftInput()
78 View view, int flags, ResultReceiver resultReceiver, int ignoredReason) { in showSoftInput()
84 Object view, Object statsToken, Object flags, Object resultReceiver, Object reason) { in showSoftInput()
207 protected void restartInput(View view) {} in restartInput()
210 protected boolean isActive(View view) { in isActive()
225 protected void focusIn(View view) {} in focusIn()
228 protected void onViewDetachedFromWindow(View view) {} in onViewDetachedFromWindow()
231 protected void displayCompletions(View view, CompletionInfo[] completions) {} in displayCompletions()
[all …]
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java293 public void onClickClockSync(View view) { in onClickClockSync()
298 public void onClickTapLatency(View view) { in onClickTapLatency()
304 public void onClickScreenResponse(View view) { in onClickScreenResponse()
310 public void onClickAudio(View view) { in onClickAudio()
315 public void onClickMIDI(View view) { in onClickMIDI()
324 public void onClickDragLatency(View view) { in onClickDragLatency()
329 public void onClickAccelerometer(View view) { in onClickAccelerometer()
334 public void onClickOpenLog(View view) { in onClickOpenLog()
340 public void onClickOpenAbout(View view) { in onClickOpenAbout()
345 public void onClickOpenSettings(View view) { in onClickOpenSettings()
[all …]
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/
Dincrement.pass.cpp43 View view{Iterator{begin}, Sentinel{Iterator{end}}}; in test() local
50 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
63 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
73 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
83 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
101 auto view = std::views::chunk_by(std::move(v), [](int& x, int& y) { return x <= y; }); in test() local
114 auto view = std::views::chunk_by(std::move(v), &IntWrapper::lessEqual); in test() local
128 auto view = std::views::chunk_by(std::move(v), TrackingPred(&moved, &copied)); in test() local
140 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
Ddecrement.pass.cpp55 View view{Iterator{begin}, Sentinel{Iterator{end}}}; in test() local
62 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
73 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
87 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
116 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
129 auto view = std::views::chunk_by(std::move(v), [](int& x, int& y) { return x <= y; }); in test() local
142 auto view = std::views::chunk_by(std::move(v), &IntWrapper::lessEqual); in test() local
155 auto view = std::views::chunk_by(std::move(v), TrackingPred(&moved, &copied)); in test() local
167 ChunkByView view = make_chunk_by_view(array.begin(), array.end()); in test() local
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.as.rvalue/
Dbase.pass.cpp41 const std::ranges::as_rvalue_view<SimpleView> view(SimpleView{{}, 5}); in test() local
47 std::ranges::as_rvalue_view<SimpleView> view(SimpleView{{}, 5}); in test() local
53 std::ranges::as_rvalue_view<SimpleView> view(SimpleView{{}, 5}); in test() local
59 const std::ranges::as_rvalue_view<SimpleView> view(SimpleView{{}, 5}); in test() local
65 std::ranges::as_rvalue_view<MoveOnlyView> view(MoveOnlyView{{}, 5}); in test() local
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/
Drobust_against_nonbool.compile.pass.cpp21 constexpr void use(View view) { in use()
46 auto view = std::views::chunk_by(in, pred2); in f() local
51 auto view = std::views::drop_while(in, pred1); in f() local
55 auto view = std::views::filter(in, pred1); in f() local
59 auto view = std::views::take_while(in, pred1); in f() local
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/
DStatsRecorderImplTest.java94 View view = in record_CurrentContextNotSet() local
113 View view = in record_CurrentContextSet() local
137 View view = in record_UnregisteredMeasure() local
166 View view = in record_WithAttachments_Distribution() local
186 View view = in record_WithAttachments_DistributionNoHistogram() local
206 View view = in record_WithAttachments_Count() local
271 View view = in recordTwice() local
298 View view = in record_MapDeprecatedRpcConstants() local
323 View view = in record_StatsDisabled() local
344 View view = in record_StatsReenabled() local
/external/wpa_supplicant_8/src/utils/
Dbrowser.c22 WebKitWebView *view; member
91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, in view_cb_notify_estimated_load_progress()
102 static void view_cb_resource_load_starting(WebKitWebView *view, in view_cb_resource_load_starting()
114 static gboolean view_cb_decide_policy(WebKitWebView *view, in view_cb_decide_policy()
157 static void view_cb_mouse_target_changed(WebKitWebView *view, in view_cb_mouse_target_changed()
183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title()
197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress()
207 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status()
220 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting()
238 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
[all …]
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.common.view/
Dend.pass.cpp28 SizedRandomAccessView view{buf, buf + 8}; in test() local
36 SizedRandomAccessView view{buf, buf + 8}; in test() local
56 SizedForwardView view{buf, buf + 8}; in main() local
62 CopyableView view{buf, buf + 8}; in main() local
70 SizedForwardView view{buf, buf + 8}; in main() local
76 CopyableView view{buf, buf + 8}; in main() local
Dbase.pass.cpp22 constexpr bool hasLValueQualifiedBase(auto&& view) { in hasLValueQualifiedBase()
30 CopyableView view{buf, buf + 8}; in test() local
41 MoveOnlyView view{buf, buf + 8}; in test() local
50 CopyableView view{buf, buf + 8}; in test() local
Dbegin.pass.cpp41 SizedRandomAccessView view{buf, buf + 8}; in test() local
48 SizedRandomAccessView view{buf, buf + 8}; in test() local
65 SizedForwardView view{buf, buf + 8}; in main() local
75 MoveOnlyView view{buf, buf + 8}; in main() local
83 CopyableView view{buf, buf + 8}; in main() local
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/iterator/
Dincrement.pass.cpp44 View view{Iterator(begin), Sentinel(Iterator(end))}; in test() local
51 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
63 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
73 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
83 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
98 auto view = std::ranges::filter_view(std::move(v), pred); in test() local
111 auto view = std::ranges::filter_view(std::move(v), TrackingPred(&moved, &copied)); in test() local
124 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
138 FilterView view = make_filter_view(array.data(), array.data() + array.size(), EqualTo{1}); in test() local
/external/sdk-platform-java/test/integration/goldens/logging/src/com/google/logging/v2/
DLogViewName.java52 private final String view; field in LogViewName
169 public static LogViewName of(String project, String location, String bucket, String view) { in of()
180 String project, String location, String bucket, String view) { in ofProjectLocationBucketViewName()
191 String organization, String location, String bucket, String view) { in ofOrganizationLocationBucketViewName()
202 String folder, String location, String bucket, String view) { in ofFolderLocationBucketViewName()
213 String billingAccount, String location, String bucket, String view) { in ofBillingAccountLocationBucketViewName()
222 public static String format(String project, String location, String bucket, String view) { in format()
234 String project, String location, String bucket, String view) { in formatProjectLocationBucketViewName()
246 String organization, String location, String bucket, String view) { in formatOrganizationLocationBucketViewName()
258 String folder, String location, String bucket, String view) { in formatFolderLocationBucketViewName()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord.h87 TensorCord(absl::string_view view, Tensor* tensor) in TensorCord()
212 explicit CordRep(absl::string_view view) : is_inline_(true), rep_(view) {} in CordRep()
216 absl::string_view view() const { in view() function
230 absl::string_view view; member
254 _rep_union(absl::string_view view, CordRepReleaser releaser, void* arg) in _rep_union()
257 explicit _rep_union(absl::string_view view) { in _rep_union()
308 inline void TensorCord::Append(absl::string_view view, CordRepReleaser releaser, in Append()
313 inline void TensorCord::Append(absl::string_view view, Tensor* tensor) { in Append()
345 absl::string_view view, Tensor* tensor) { in NewCordRepFromTensor()
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/
Dbegin.pass.cpp58 std::ranges::filter_view view(range, pred); in general_tests() local
67 std::ranges::filter_view view(range, pred); in general_tests() local
78 std::ranges::filter_view view(range, pred); in general_tests() local
85 std::ranges::filter_view view(range, pred); in general_tests() local
97 std::ranges::filter_view view(range, pred); in general_tests() local
104 std::ranges::filter_view view(range, pred); in general_tests() local
111 std::ranges::filter_view view(range, pred); in general_tests() local
123 std::ranges::filter_view view(range, pred); in general_tests() local
130 std::ranges::filter_view view(range, pred); in general_tests() local
142 std::ranges::filter_view view(range, TrackingPred(&moved, &copied)); in general_tests() local
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLayoutInflaterTest.java63 ViewGroup view = inflate(R.layout.media); in testCreatesCorrectClasses() local
71 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnDefaultScreenSize() local
79 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnScreenSize() local
87 ViewGroup view = inflate(R.layout.different_screen_sizes); in testChoosesLayoutBasedOnQualifiers() local
94 ViewGroup view = inflate(R.layout.webview_holder); in testWebView() local
104 ViewGroup view = inflate(R.layout.media); in testAddsChildren() local
121 ViewGroup view = inflate(R.layout.activity_list_item); in testInflatingConflictingSystemAndLocalViewsWorks() local
217 CustomView view = inflate(layout.custom_layout); in shouldConstructCustomViewsWithAttributesConstructor() local
223 CustomStateView view = inflate(layout.custom_layout6); in shouldConstructCustomViewsWithCustomState() local
234 CustomView view = inflate(layout.custom_layout5); in shouldConstructCustomViewsWithAttributesInResAutoNamespace() local
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ui/
DAdOverlayInfo.java58 private final View view; field in AdOverlayInfo.Builder
69 public Builder(View view, @Purpose int purpose) { in Builder()
93 public final View view; field in AdOverlayInfo
103 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo()
111 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ui/
DAdOverlayInfo.java56 private final View view; field in AdOverlayInfo.Builder
67 public Builder(View view, @Purpose int purpose) { in Builder()
91 public final View view; field in AdOverlayInfo
99 public AdOverlayInfo(View view, @Purpose int purpose) { in AdOverlayInfo()
105 public AdOverlayInfo(View view, @Purpose int purpose, @Nullable String detailedReason) { in AdOverlayInfo()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DLimitedParallelismStressTest.kt39 val view = executor.limitedParallelism(targetParallelism) in <lambda>() constant
51 val view = Dispatchers.IO.limitedParallelism(targetParallelism) in <lambda>() constant
63 val view = Dispatchers.IO.limitedParallelism(targetParallelism) in <lambda>() constant
74 val view = executor.limitedParallelism(targetParallelism) in <lambda>() constant

12345678910>>...48