Home
last modified time | relevance | path

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

12345678910>>...273

/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DViewTest.java262 View view = new View(mActivity); in testGetContext() local
268 View view = new View(mActivity); in testGetResources() local
275 View view = new View(mActivity); in testGetAnimation() local
288 View view = new View(mActivity); in testSetAnimation() local
304 View view = new View(mActivity); in testClearAnimation() local
318 View view = new View(mActivity); in testStartAnimationNull() local
325 View view = new View(mActivity); in testStartAnimation() local
338 final MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testOnAnimation() local
353 MockView view = (MockView) mActivity.findViewById(R.id.mock_view); in testGetParent() local
360 View view = mActivity.findViewById(R.id.viewlayout_root); in testAccessScrollIndicators() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/shared/keyguard/SystemUISharedLib-Keyguard/android_common/turbine/
DSystemUISharedLib-Keyguard.jar ... .View implements android.view.ViewParent android.view.ViewManager { static final int FLAG_CLIP_CHILDREN static final int ...
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/telemetry/
DCarTelemetryTestFragment.java551 View view = inflater.inflate(R.layout.car_telemetry_test, container, false); in onCreateView() local
680 private void toggleMetricsConfigButtons(View view) { in toggleMetricsConfigButtons()
686 private void enableReportNotification(View view) { in enableReportNotification()
703 private void onSendGearChangeConfigBtnClick(View view) { in onSendGearChangeConfigBtnClick()
711 private void onRemoveGearChangeConfigBtnClick(View view) { in onRemoveGearChangeConfigBtnClick()
716 private void onGetGearChangeReportBtnClick(View view) { in onGetGearChangeReportBtnClick()
720 private void onSendProcessMemoryConfigBtnClick(View view) { in onSendProcessMemoryConfigBtnClick()
728 private void onRemoveProcessMemoryConfigBtnClick(View view) { in onRemoveProcessMemoryConfigBtnClick()
733 private void onGetProcessMemoryReportBtnClick(View view) { in onGetProcessMemoryReportBtnClick()
737 private void onSendAppStartMemoryStateCapturedConfigBtnClick(View view) { in onSendAppStartMemoryStateCapturedConfigBtnClick()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentViewTest.kt104 val view = createContentView(isSystemExpanded = false) in <lambda>() constant
119 val view = createContentView(isSystemExpanded = false) in <lambda>() constant
133 val view = createContentView(isSystemExpanded = false).apply { clearInvocations() } in <lambda>() constant
150 val view = createContentView(isSystemExpanded = false).apply { clearInvocations() } in <lambda>() constant
168 val view = createContentView(isSystemExpanded = true) in <lambda>() constant
183 val view = createContentView(isSystemExpanded = true) in <lambda>() constant
197 val view = createContentView(isSystemExpanded = true).apply { clearInvocations() } in <lambda>() constant
214 val view = createContentView(isSystemExpanded = true).apply { clearInvocations() } in <lambda>() constant
231 val view = createContentView(isSystemExpanded = false).apply { clearInvocations() } in <lambda>() constant
250 val view = createContentView(isSystemExpanded = true).apply { clearInvocations() } in <lambda>() constant
[all …]
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java93 View view = inflater.inflate(R.layout.notification_fragment, container, false); in onCreateView() local
131 View view = getView(); in onResume() local
144 private void initCancelAllButton(View view) { in initCancelAllButton()
154 private void initCarCategoriesButton(View view) { in initCarCategoriesButton()
197 private void initCustomNotification(View view) { in initCustomNotification()
317 private void initImportanceHighBotton(View view) { in initImportanceHighBotton()
348 private void initImportanceDefaultButton(View view) { in initImportanceDefaultButton()
359 private void initImportanceLowButton(View view) { in initImportanceLowButton()
371 private void initImportanceMinButton(View view) { in initImportanceMinButton()
394 private void initIncomingButton(View view) { in initIncomingButton()
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DCachingIconViewTest.java52 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in invalidIcon_skipsLoadSuccessfully() local
61 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageIcon_skipsResizeSuccessfully() local
70 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageIconAsync_skipsResizeSuccessfully() local
79 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageResource_skipsResizeSuccessfully() local
88 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageResourceAsync_skipsResizeSuccessfully() local
97 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageUri_skipsResizeSuccessfully() local
108 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in customDrawable_setImageUriAsync_skipsResizeSuccessfully() local
119 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in maxDrawableDimensionsSet_setImageIcon_resizesImageIcon() local
128 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in maxDrawableWithNoDimensionsSet_setImageIcon_doesNotResizeImageIcon() local
137 CachingIconView view = (CachingIconView) LayoutInflater.from(mContext).inflate( in maxDrawableDimensionsSet_setImageIconAsync_resizesImageIcon() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/shared/ui/view/
H A DSingleBindableStatusBarIconViewTest.kt46 val view = createAndInitView() in initView_hasCorrectSlot() constant
53 val view = createAndInitView() in getVisibleState_icon_returnsIcon() constant
62 val view = createAndInitView() in getVisibleState_dot_returnsDot() constant
71 val view = createAndInitView() in getVisibleState_hidden_returnsHidden() constant
80 val view = createAndInitView() in onDarkChanged_bindingReceivesIconAndDecorTint() constant
90 val view = createAndInitView() in setStaticDrawableColor_bindingReceivesIconTint() constant
99 val view = createAndInitView() in setDecorColor_bindingReceivesDecorColor() constant
108 val view = createAndInitView() in isIconVisible_usesBinding_true() constant
117 val view = createAndInitView() in isIconVisible_usesBinding_false() constant
126 val view = createAndInitView() in getDrawingRect_takesTranslationIntoAccount() constant
[all …]
H A DModernStatusBarViewTest.kt41 val view = ModernStatusBarView(context, null) in initView_hasCorrectSlot() constant
51 val view = createAndInitView() in getVisibleState_icon_returnsIcon() constant
60 val view = createAndInitView() in getVisibleState_dot_returnsDot() constant
69 val view = createAndInitView() in getVisibleState_hidden_returnsHidden() constant
78 val view = createAndInitView() in onDarkChanged_bindingReceivesIconAndDecorTint() constant
89 val view = createAndInitView() in setStaticDrawableColor_bindingReceivesIconTint() constant
99 val view = createAndInitView() in setDecorColor_bindingReceivesDecorColor() constant
108 val view = createAndInitView() in isIconVisible_usesBinding_true() constant
117 val view = createAndInitView() in isIconVisible_usesBinding_false() constant
126 val view = createAndInitView() in getDrawingRect_takesTranslationIntoAccount() constant
[all …]
/aosp_15_r20/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DTestSatelliteWrapper.java187 private void requestNtnSignalStrength(View view) { in requestNtnSignalStrength()
221 private void registerForCarrierRoamingNtnModeChanged(View view) { in registerForCarrierRoamingNtnModeChanged()
240 private void unregisterForCarrierRoamingNtnModeChanged(View view) { in unregisterForCarrierRoamingNtnModeChanged()
253 private void registerForCommunicationAllowedStateChanged(View view) { in registerForCommunicationAllowedStateChanged()
273 private void unregisterForCommunicationAllowedStateChanged(View view) { in unregisterForCommunicationAllowedStateChanged()
286 private void registerForNtnSignalStrengthChanged(View view) { in registerForNtnSignalStrengthChanged()
305 private void unregisterForNtnSignalStrengthChanged(View view) { in unregisterForNtnSignalStrengthChanged()
318 private void isOnlyNonTerrestrialNetworkSubscription(View view) { in isOnlyNonTerrestrialNetworkSubscription()
345 private void registerForCapabilitiesChanged(View view) { in registerForCapabilitiesChanged()
368 private void unregisterForCapabilitiesChanged(View view) { in unregisterForCapabilitiesChanged()
[all …]
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/
H A Dvirtual_field_test.cc60 const auto view = MakeStructureWithConstantsView(&values); in TEST() local
79 const auto view = MakeStructureWithComputedValuesView(&values); in TEST() local
96 const auto view = MakeStructureWithComputedValuesView(&values); in TEST() local
121 const auto view = MakeStructureWithConstantsView(&values); in TEST() local
145 const auto view = MakeStructureWithComputedValuesView(&values); in TEST() local
163 const auto view = MakeStructureWithConstantsView(&values); in TEST() local
173 const auto view = MakeStructureWithComputedValuesView(&values); in TEST() local
185 const auto view = MakeStructureWithConditionalValueView(&values); in TEST() local
203 const auto view = MakeStructureWithConditionalValueView(&values[0], 1); in TEST() local
214 const auto view = MakeStructureWithConditionalValueView(&values); in TEST() local
[all …]
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java57 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
90 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { in shouldOverrideUrlLoading()
108 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
122 public void onPageFinished(WebView view, String url) { in onPageFinished()
132 public void onLoadResource(WebView view, String url) { in onLoadResource()
162 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
199 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
235 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
253 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
332 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/MainSwitchPreference/SettingsLibMainSwitchPreference/android_common_apex33/turbine/
DSettingsLibMainSwitchPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/MainSwitchPreference/SettingsLibMainSwitchPreference/android_common/turbine/
DSettingsLibMainSwitchPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/MainSwitchPreference/SettingsLibMainSwitchPreference/android_common_apex30/turbine/
DSettingsLibMainSwitchPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/MainSwitchPreference/SettingsLibMainSwitchPreference/android_common_apex34/turbine/
DSettingsLibMainSwitchPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/BarChartPreference/SettingsLibBarChartPreference/android_common_apex30/turbine/
DSettingsLibBarChartPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/BarChartPreference/SettingsLibBarChartPreference/android_common/turbine/
DSettingsLibBarChartPreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/BannerMessagePreference/SettingsLibBannerMessagePreference/android_common/turbine/
DSettingsLibBannerMessagePreference.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewManager android. ...
/aosp_15_r20/out/soong/.intermediates/external/setupdesign/lottie_loading_layout/setupdesign-lottie-loading-layout/android_common/turbine/
Dsetupdesign-lottie-loading-layout.jar ... .lottie.value.SimpleLottieValueCallback) protected android.view.View onInflateTemplate (android.view.LayoutInflater, ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/EmergencyInfo/EmergencyGestureAction/EmergencyGestureAction/android_common/turbine/
DEmergencyGestureAction.jar ... (android.content.Context) public android.view.View onCreateView (android.view.LayoutInflater, ...
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/colorpicker/colorpicker/android_common/turbine/
Dcolorpicker.jar ... public abstract android.view.ViewGroup extends android.view.View implements android.view.ViewParent android. ...
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DItemInflaterTest.kt117 val view = in <lambda>() constant
129 val view = in <lambda>() constant
146 val view = in <lambda>() constant
162 val view = in <lambda>() constant
179 val view = in <lambda>() constant
195 val view = in <lambda>() constant
209 val view = in <lambda>() constant
221 val view = in <lambda>() constant
235 val view = in <lambda>() constant
251 val view = in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java299 public void onDelegateViewFocused(@NonNull View view) { in onDelegateViewFocused()
315 public void onInputConnectionCreated(@NonNull View view) { in onInputConnectionCreated()
354 public void onEditorFocused(@NonNull View view) { in onEditorFocused()
384 public void onInputConnectionClosed(@NonNull View view) { in onInputConnectionClosed()
411 public void clearFocusedView(View view) { in clearFocusedView()
425 public boolean updateFocusedView(@NonNull View view) { in updateFocusedView()
445 public void startHandwriting(@NonNull View view) { in startHandwriting()
455 private void prepareDelegation(View view) { in prepareDelegation()
480 public boolean tryAcceptStylusHandwritingDelegation(@NonNull View view) { in tryAcceptStylusHandwritingDelegation()
489 private boolean tryAcceptStylusHandwritingDelegationInternal(@NonNull View view) { in tryAcceptStylusHandwritingDelegationInternal()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimatorTest.kt59 val view = createView(x = 20, width = 10, height = 10) in testRegisterViewOnTheLeftOfVerticalFold_halfProgress_viewTranslatedToTheRight() constant
75 val view = createView(x = 20, width = 10, height = 10) in testRegisterViewOnTheLeftOfVerticalFold_zeroProgress_viewTranslatedToTheRight() constant
91 val view = createView(x = 20, width = 10, height = 10) in testRegisterViewOnTheLeftOfVerticalFold_fullProgress_viewTranslatedToTheOriginalPosition() constant
107 val view = createView(x = 20, width = 10, height = 10, translationX = 100f) in testViewOnTheLeftOfVerticalFoldWithTranslation_halfProgress_viewTranslatedToTheRight() constant
123 val view = createView(x = 20, width = 10, height = 10) in testRegisterViewAndUnregister_halfProgress_viewIsNotUpdated() constant
136 val view = createView(x = 20, width = 10, height = 10) in testRegisterViewUpdateProgressAndUnregister_halfProgress_viewIsNotUpdated() constant
150 val view = createView(y = 20, width = 10, height = 10) in testRegisterViewOnTheTopOfHorizontalFold_halfProgress_viewTranslatedToTheBottom() constant
163 val view = createView(x = 20) in testUpdateViewPositions_viewOnTheLeftAndMovedToTheRight_viewTranslatedToTheLeft() constant
183 val view = spy(View(context)) in createView() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java35 public static void fadeOut(final View view) { in fadeOut()
39 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut()
43 public static void fadeOut(final View view, final Animator.AnimatorListener listener) { in fadeOut()
47 public static void fadeOut(final View view, long duration, int delay) { in fadeOut()
58 public static void fadeOut(final View view, long duration, int delay, in fadeOut()
79 public static void fadeOut(final View view, long duration, int delay, in fadeOut()
100 public static void fadeOut(View view, float fadeOutAmount) { in fadeOut()
115 public static void fadeOut(View view, float fadeOutAmount, boolean remap) { in fadeOut()
137 private static void updateLayerType(View view, float alpha) { in updateLayerType()
149 public static void fadeIn(final View view) { in fadeIn()
[all …]

12345678910>>...273