Home
last modified time | relevance | path

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

12345678910>>...107

/aosp14/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
230 private void assertDrawableResized(@Nullable CachingIconView view) { in assertDrawableResized()
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java119 private void initCancelAllButton(View view) { in initCancelAllButton()
129 private void initCarCategoriesButton(View view) { in initCarCategoriesButton()
172 private void initImportanceHighBotton(View view) { in initImportanceHighBotton()
214 private void initImportanceLowButton(View view) { in initImportanceLowButton()
226 private void initImportanceMinButton(View view) { in initImportanceMinButton()
238 private void initOngoingButton(View view) { in initOngoingButton()
535 private void initTestMessagesButton(View view) { in initTestMessagesButton()
588 private void initProgressButton(View view) { in initProgressButton()
633 private void initNavigationButton(View view) { in initNavigationButton()
694 private void initMediaButton(View view) { in initMediaButton()
[all …]
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java57 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
114 public void onPageFinished(WebView view, String url) { in onPageFinished()
124 public void onLoadResource(WebView view, String url) { in onLoadResource()
154 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
191 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
227 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
245 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
324 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
380 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
464 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
[all …]
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java57 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
114 public void onPageFinished(WebView view, String url) { in onPageFinished()
124 public void onLoadResource(WebView view, String url) { in onLoadResource()
154 public void onPageCommitVisible(WebView view, String url) { in onPageCommitVisible()
191 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
227 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
245 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
324 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
380 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
471 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/telemetry/
H A DCarTelemetryTestFragment.java431 private void onSendGearChangeConfigBtnClick(View view) { in onSendGearChangeConfigBtnClick()
437 private void onRemoveGearChangeConfigBtnClick(View view) { in onRemoveGearChangeConfigBtnClick()
442 private void onGetGearChangeReportBtnClick(View view) { in onGetGearChangeReportBtnClick()
448 private void onSendProcessMemoryConfigBtnClick(View view) { in onSendProcessMemoryConfigBtnClick()
459 private void onGetProcessMemoryReportBtnClick(View view) { in onGetProcessMemoryReportBtnClick()
510 private void onGetProcessCpuTimeReportBtnClick(View view) { in onGetProcessCpuTimeReportBtnClick()
533 private void onSendAnrOccurredConfigBtnClick(View view) { in onSendAnrOccurredConfigBtnClick()
544 private void onGetAnrOccurredReportBtnClick(View view) { in onGetAnrOccurredReportBtnClick()
550 private void onSendWtfOccurredConfigBtnClick(View view) { in onSendWtfOccurredConfigBtnClick()
561 private void onGetWtfOccurredReportBtnClick(View view) { in onGetWtfOccurredReportBtnClick()
[all …]
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DOrientationHelper.java84 public abstract int getDecoratedStart(View view); in getDecoratedStart()
96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd()
112 public abstract int getTransformedEndWithDecoration(View view); in getTransformedEndWithDecoration()
138 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement()
148 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther()
192 public abstract void offsetChild(View view, int offset); in offsetChild()
273 public int getDecoratedMeasurement(View view) { in createHorizontalHelper()
281 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper()
289 public int getDecoratedEnd(View view) { in createHorizontalHelper()
296 public int getDecoratedStart(View view) { in createHorizontalHelper()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DOrientationHelper.java84 public abstract int getDecoratedStart(View view); in getDecoratedStart()
96 public abstract int getDecoratedEnd(View view); in getDecoratedEnd()
112 public abstract int getTransformedEndWithDecoration(View view); in getTransformedEndWithDecoration()
138 public abstract int getDecoratedMeasurement(View view); in getDecoratedMeasurement()
148 public abstract int getDecoratedMeasurementInOther(View view); in getDecoratedMeasurementInOther()
192 public abstract void offsetChild(View view, int offset); in offsetChild()
273 public int getDecoratedMeasurement(View view) { in createHorizontalHelper()
281 public int getDecoratedMeasurementInOther(View view) { in createHorizontalHelper()
289 public int getDecoratedEnd(View view) { in createHorizontalHelper()
296 public int getDecoratedStart(View view) { in createHorizontalHelper()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/view/
H A DModernStatusBarViewTest.kt41 val view = ModernStatusBarView(context, null) regex
51 val view = createAndInitView() regex
60 val view = createAndInitView() regex
69 val view = createAndInitView() regex
78 val view = createAndInitView() regex
88 val view = createAndInitView() regex
97 val view = createAndInitView() regex
106 val view = createAndInitView() regex
115 val view = createAndInitView() regex
124 val view = createAndInitView() regex
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
H A DStatusBarFragmentModule.java69 static BatteryMeterView provideBatteryMeterView(@RootView PhoneStatusBarView view) { in provideBatteryMeterView()
84 static View startSideContent(@RootView PhoneStatusBarView view) { in startSideContent()
92 static View endSideContent(@RootView PhoneStatusBarView view) { in endSideContent()
100 static View provideLightsOutNotifView(@RootView PhoneStatusBarView view) { in provideLightsOutNotifView()
108 static View provideOperatorNameView(@RootView PhoneStatusBarView view) { in provideOperatorNameView()
116 static Optional<View> provideOperatorFrameNameView(@RootView PhoneStatusBarView view) { in provideOperatorFrameNameView()
123 static Clock provideClock(@RootView PhoneStatusBarView view) { in provideClock()
130 static StatusBarUserSwitcherContainer provideStatusBarUserSwitcherContainer( in provideStatusBarUserSwitcherContainer()
148 static PhoneStatusBarTransitions providePhoneStatusBarTransitions( in providePhoneStatusBarTransitions()
158 static HeadsUpStatusBarView providesHeasdUpStatusBarView(@RootView PhoneStatusBarView view) { in providesHeasdUpStatusBarView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java31 public static void fadeOut(final View view) { in fadeOut()
35 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut()
39 public static void fadeOut(final View view, long duration, int delay, in fadeOut()
63 public static void fadeOut(View view, float fadeOutAmount) { in fadeOut()
78 public static void fadeOut(View view, float fadeOutAmount, boolean remap) { in fadeOut()
100 private static void updateLayerType(View view, float alpha) { in updateLayerType()
112 public static void fadeIn(final View view) { in fadeIn()
116 public static void fadeIn(final View view, long duration, int delay) { in fadeIn()
133 public static void fadeIn(View view, float fadeInAmount) { in fadeIn()
148 public static void fadeIn(View view, float fadeInAmount, boolean remap) { in fadeIn()
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/
H A DViewUtils.java49 void onAnimationEnd(View view); in onAnimationEnd()
53 public static void showHideViewAnimated(boolean show, @NonNull View view, int duration, in showHideViewAnimated()
68 public static void hideViewAnimated(@NonNull View view, int duration, in hideViewAnimated()
96 public static void hideViewAnimated(@NonNull View view, int duration) { in hideViewAnimated()
101 public static Animator.AnimatorListener hideViewAfterAnimation(View view) { in hideViewAfterAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java31 public static void fadeOut(final View view) { in fadeOut()
35 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut()
39 public static void fadeOut(final View view, long duration, int delay, in fadeOut()
63 public static void fadeOut(View view, float fadeOutAmount) { in fadeOut()
78 public static void fadeOut(View view, float fadeOutAmount, boolean remap) { in fadeOut()
100 private static void updateLayerType(View view, float alpha) { in updateLayerType()
112 public static void fadeIn(final View view) { in fadeIn()
116 public static void fadeIn(final View view, long duration, int delay) { in fadeIn()
133 public static void fadeIn(View view, float fadeInAmount) { in fadeIn()
148 public static void fadeIn(View view, float fadeInAmount, boolean remap) { in fadeIn()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java60 View view = createView("1"); in testAddChild() local
73 View view = createView(String.valueOf(i + 1)); in testAddChildAtFront() local
77 View view = createView("X"); in testAddChildAtFront() local
91 View view = createView(String.valueOf(i + 1)); in testAddChildInMiddle() local
95 View view = createView("X"); in testAddChildInMiddle() local
109 View view = createView(String.valueOf(i + 1)); in testAddChildren() local
120 View view = createView("1"); in testRemoveChild() local
258 TextView view = new TextView(getActivity()); in createView() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupChildrenTest.java60 View view = createView("1"); in testAddChild() local
73 View view = createView(String.valueOf(i + 1)); in testAddChildAtFront() local
77 View view = createView("X"); in testAddChildAtFront() local
91 View view = createView(String.valueOf(i + 1)); in testAddChildInMiddle() local
95 View view = createView("X"); in testAddChildInMiddle() local
109 View view = createView(String.valueOf(i + 1)); in testAddChildren() local
120 View view = createView("1"); in testRemoveChild() local
258 TextView view = new TextView(getActivity()); in createView() local
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java83 InternalSelectionView view = mActivity.getSelectedView(); in testScrollingDownInFirstItem() local
96 InternalSelectionView view = (InternalSelectionView) in testScrollingDownInFirstItem() local
144 InternalSelectionView view = mActivity.getSelectedView(); in testNoFadingEdgeAtBottomOfLastItem() local
172 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
179 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
193 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
205 final InternalSelectionView view = in testNavigatingUpThroughInternalSelection() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DScrollingThroughListOfFocusablesTest.java83 InternalSelectionView view = mActivity.getSelectedView(); in testScrollingDownInFirstItem() local
96 InternalSelectionView view = (InternalSelectionView) in testScrollingDownInFirstItem() local
144 InternalSelectionView view = mActivity.getSelectedView(); in testNoFadingEdgeAtBottomOfLastItem() local
172 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
179 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
193 InternalSelectionView view = mActivity.getSelectedView(); in testNavigatingUpThroughInternalSelection() local
205 final InternalSelectionView view = in testNavigatingUpThroughInternalSelection() local
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/robolectric/
H A DTestHelper.java34 public static void assertViewVisible(View view) { in assertViewVisible()
38 public static void assertViewNotVisible(View view) { in assertViewNotVisible()
42 public static void assertViewEnabled(View view) { in assertViewEnabled()
46 public static void assertViewNotEnabled(View view) { in assertViewNotEnabled()
50 public static void assertTextEqual(TextView view, String text) { in assertTextEqual()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimatorTest.kt59 val view = createView(x = 20, width = 10, height = 10) regex
75 val view = createView(x = 20, width = 10, height = 10) regex
91 val view = createView(x = 20, width = 10, height = 10) regex
107 val view = createView(x = 20, width = 10, height = 10, translationX = 100f) regex
123 val view = createView(x = 20, width = 10, height = 10) regex
136 val view = createView(x = 20, width = 10, height = 10) regex
150 val view = createView(y = 20, width = 10, height = 10) regex
163 val view = createView(x = 20) regex
183 val view = spy(View(context)) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimatorTest.kt59 val view = createView(x = 20, width = 10, height = 10) regex
75 val view = createView(x = 20, width = 10, height = 10) regex
91 val view = createView(x = 20, width = 10, height = 10) regex
107 val view = createView(x = 20, width = 10, height = 10, translationX = 100f) regex
123 val view = createView(x = 20, width = 10, height = 10) regex
136 val view = createView(x = 20, width = 10, height = 10) regex
150 val view = createView(y = 20, width = 10, height = 10) regex
163 val view = createView(x = 20) regex
183 val view = spy(View(context)) regex
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/
H A DSystemBarsFragment.java54 public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) { in onViewCreated()
64 private void initStatusBarInsetsButtons(View view) { in initStatusBarInsetsButtons()
71 private void initNavigationBarInsetsButtons(View view) { in initNavigationBarInsetsButtons()
78 private void initSystemBarInsetsButtons(View view) { in initSystemBarInsetsButtons()
85 private void initSystemBarBehaviorButtons(View view) { in initSystemBarBehaviorButtons()
97 private void initSystemBarColorButtons(View view) { in initSystemBarColorButtons()
/aosp12/system/bt/gd/hci/
H A Dhci_packets_test.cc148 auto view = in TEST() local
168 auto view = in TEST() local
187 auto view = in TEST() local
205 auto view = in TEST() local
222 auto view = in TEST() local
241 auto view = LeExtendedCreateConnectionView::Create( in TEST() local
270 auto view = LeSetExtendedAdvertisingDataRawView::Create( in TEST() local
349 auto view = in TEST() local
362 auto view = LeSetExtendedAdvertisingDisableView::Create( in TEST() local
384 auto view = LeSetAdvertisingDataView::Create(command_view); in TEST() local
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DViewUtils.java135 public static boolean isInMultiWindowMode(@NonNull View view) { in isInMultiWindowMode()
240 public static boolean requestFocus(@Nullable View view) { in requestFocus()
503 static int getFocusLevel(@Nullable View view) { in getFocusLevel()
526 private static boolean isDefaultFocus(@NonNull View view) { in isDefaultFocus()
536 static boolean isImplicitDefaultFocusView(@NonNull View view) { in isImplicitDefaultFocusView()
554 private static boolean isRotaryContainer(@NonNull View view) { in isRotaryContainer()
658 private static View findDefaultFocusView(@NonNull View view) { in findDefaultFocusView()
687 static View findFocusedByDefaultView(@NonNull View view) { in findFocusedByDefaultView()
700 static View findImplicitDefaultFocusView(@NonNull View view) { in findImplicitDefaultFocusView()
719 static View findFirstFocusableDescendant(@NonNull View view) { in findFirstFocusableDescendant()
[all …]
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridItemViewTest.java49 protected void verifyClickedItem(final View view, final GalleryGridItemData data) { in verifyClickedItem()
54 final GalleryGridItemView view, in verifyContent()
77 final GalleryGridItemView view = getView(); in testBind() local
90 final GalleryGridItemView view = getView(); in testBindMultiSelectUnSelected() local
103 final GalleryGridItemView view = getView(); in testBindMultiSelectSelected() local
116 final GalleryGridItemView view = getView(); in testClick() local
128 final GalleryGridItemView view = getView(); in testBindTwice() local
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/list/
H A DContactListItemViewTest.java56 ContactListItemView view = createView(); in testShowDisplayName_Simple() local
65 ContactListItemView view = createView(); in testShowDisplayName_Unknown() local
75 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() local
90 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() local
101 ContactListItemView view = createView(); in testSetSnippet_Prefix() local
113 ContactListItemView view = new ContactListItemView(getContext()); in createView() local
/aosp12/frameworks/opt/setupwizard/library/gingerbread/test/robotest/src/com/android/setupwizardlib/items/
H A DExpandableSwitchItemTest.java54 View view = createLayout(); in testInitialState() local
77 View view = createLayout(); in testExpanded() local
96 View view = createLayout(); in testCollapsed() local
117 View view = createLayout(); in testClick() local
132 final View view = LayoutInflater.from(application).inflate(mItem.getLayoutResource(), null); in testDrawableState() local

12345678910>>...107