Home
last modified time | relevance | path

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

12345678910>>...84

/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 …]
/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 …]
/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()
/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
/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
/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
/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java66 static Context provideThemedContext(@RootView View view) { in provideThemedContext()
86 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()
92 static QSContainerImpl providesQSContainerImpl(@RootView View view) { in providesQSContainerImpl()
102 static QuickStatusBarHeader providesQuickStatusBarHeader(@RootView View view) { in providesQuickStatusBarHeader()
120 static QSFooterView providesQSFooterView(@RootView View view) { in providesQSFooterView()
127 static FooterActionsView providesQSFooterActionsView(@RootView View view) { in providesQSFooterActionsView()
134 static FooterActionsView providesQQSFooterActionsView(@RootView View view) { in providesQQSFooterActionsView()
173 static QSCustomizer providesQSCutomizer(@RootView View view) { in providesQSCutomizer()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactListItemViewTest.java49 final ContactListItemView view) { in verifyAddedContactForData()
54 final ContactListItemView view, in verifyContent()
78 final ContactListItemView view = getView(); in testBindFirstLevel() local
89 final ContactListItemView view = getView(); in testBindSecondLevel() local
100 final ContactListItemView view = getView(); in testClickAddedContact() local
110 final ContactListItemView view = getView(); in testBindTwice() local
/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewHelper.java70 default boolean onAcceptSession(@NonNull V view) { in onAcceptSession()
81 @NonNull default Rect onComputeScrollBounds(@NonNull V view) { in onComputeScrollBounds()
99 void onPrepareForStart(@NonNull V view, @NonNull Rect scrollBounds); in onPrepareForStart()
117 ScrollResult onScrollRequested(@NonNull V view, @NonNull Rect scrollBounds, in onScrollRequested()
127 void onPrepareForEnd(@NonNull V view); in onPrepareForEnd()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
H A DConversationMessageViewTest.java47 final ConversationMessageView view = super.getView(); in getView() local
52 protected void verifyContent(final ConversationMessageView view, final String messageText, in verifyContent()
70 final ConversationMessageView view = getView(); in testBind() local
81 final ConversationMessageView view = getView(); in testBindTwice() local
94 final ConversationMessageView view = getView(); in testBindLast() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DViewUtil.java42 void run(@NonNull View view); in run()
50 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth()
66 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl()
89 public static void doOnPreDraw( in doOnPreDraw()
103 public static void doOnPreDraw( in doOnPreDraw()
117 public static void doOnGlobalLayout(@NonNull final View view, final ViewRunnable runnable) { in doOnGlobalLayout()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DAttachInfo_Accessor.java30 public static void setAttachInfo(View view) { in setAttachInfo()
45 public static void dispatchOnPreDraw(View view) { in dispatchOnPreDraw()
49 public static void detachFromWindow(View view) { in detachFromWindow()
55 public static ViewRootImpl getRootView(View view) { in getRootView()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/
H A DCarHeadsUpNotificationBottomAnimationHelper.java34 public AnimatorSet getAnimateInAnimator(Context context, View view) { in getAnimateInAnimator()
43 public AnimatorSet getAnimateOutAnimator(Context context, View view) { in getAnimateOutAnimator()
49 public void resetHUNPosition(View view) { in resetHUNPosition()
54 private float getHUNInitialPosition(View view) { in getHUNInitialPosition()
H A DCarHeadsUpNotificationTopAnimationHelper.java32 public AnimatorSet getAnimateInAnimator(Context context, View view) { in getAnimateInAnimator()
41 public AnimatorSet getAnimateOutAnimator(Context context, View view) { in getAnimateOutAnimator()
47 public void resetHUNPosition(View view) { in resetHUNPosition()
52 private float getHUNInitialPosition(View view) { in getHUNInitialPosition()
/aosp12/packages/apps/Car/libs/car-ui-lib/paintbooth/src/main/java/com/android/car/ui/paintbooth/widescreenime/
H A DWideScreenImeActivity.java165 private void addIconToExtractedView(View view, boolean hasFocus) { in addIconToExtractedView()
172 private void addIconToExtractedView(View view) { in addIconToExtractedView()
178 private void addErrorDescToContentArea(View view, boolean hasFocus) { in addErrorDescToContentArea()
186 private void addErrorDescToContentArea(View view) { in addErrorDescToContentArea()
194 private void hideExtractionView(View view, boolean hasFocus) { in hideExtractionView()
202 private void hideExtractionView(View view) { in hideExtractionView()
211 private void addDescToContentArea(View view, boolean hasFocus) { in addDescToContentArea()
218 private void addDescToContentArea(View view) { in addDescToContentArea()
225 private void hideContentArea(View view, boolean hasFocus) { in hideContentArea()
233 private void hideContentArea(View view) { in hideContentArea()

12345678910>>...84