Home
last modified time | relevance | path

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

12345678910>>...34

/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 …]
/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 …]
H A DWebChromeClient.java36 public void onProgressChanged(WebView view, int newProgress) {} in onProgressChanged()
43 public void onReceivedTitle(WebView view, String title) {} in onReceivedTitle()
50 public void onReceivedIcon(WebView view, Bitmap icon) {} in onReceivedIcon()
58 public void onReceivedTouchIconUrl(WebView view, String url, in onReceivedTouchIconUrl()
96 public void onShowCustomView(View view, CustomViewCallback callback) {}; in onShowCustomView()
110 public void onShowCustomView(View view, int requestedOrientation, in onShowCustomView()
164 public boolean onCreateWindow(WebView view, boolean isDialog, in onCreateWindow()
175 public void onRequestFocus(WebView view) {} in onRequestFocus()
218 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
256 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
[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 …]
H A DMessagingPropertyAnimator.java69 private static boolean isFirstLayout(View view) { in isFirstLayout()
77 public static void recycle(View view) { in recycle()
81 private static void setFirstLayout(View view, boolean first) { in setFirstLayout()
85 private static void setLayoutTop(View view, int top) { in setLayoutTop()
89 public static int getLayoutTop(View view) { in getLayoutTop()
103 public static void startLocalTranslationFrom(View view, int startTranslation, in startLocalTranslationFrom()
114 public static void startLocalTranslationTo(View view, int endTranslation, in startLocalTranslationTo()
206 private static void updateLayerType(View view, boolean animating) { in updateLayerType()
214 public static void fadeOut(final View view, Runnable endAction) { in fadeOut()
258 public static void setToLaidOutPosition(View view) { in setToLaidOutPosition()
/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()
/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()
/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
/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
/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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
H A DKeyguardRootView.kt55 val view = KeyguardIndicationArea(context, attrs) regex
60 val view = LockIconView(context, attrs).apply { id = R.id.lock_icon_view } regex
70 val view = regex
94 val view = regex
117 val view = regex
130 val view = regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/dagger/
H A DQSFragmentModule.java58 static Context provideThemedContext(@RootView View view) { in provideThemedContext()
78 static QSPanel provideQSPanel(@RootView View view) { in provideQSPanel()
84 static QSContainerImpl providesQSContainerImpl(@RootView View view) { in providesQSContainerImpl()
94 static QuickStatusBarHeader providesQuickStatusBarHeader(@RootView View view) { in providesQuickStatusBarHeader()
106 static QSFooterView providesQSFooterView(@RootView View view) { in providesQSFooterView()
121 static QSCustomizer providesQSCutomizer(@RootView View view) { in providesQSCutomizer()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/view/
H A DModernStatusBarMobileViewTest.kt99 val view = regex
120 val view = regex
140 val view = regex
163 val view = regex
183 val view = regex
202 val view = regex
221 val view = regex
238 val view = regex
259 val view = regex
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DScrollCaptureViewHelper.java73 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 void onScrollRequested(@NonNull V view, @NonNull Rect scrollBounds, in onScrollRequested()
128 void onPrepareForEnd(@NonNull V view); in onPrepareForEnd()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillCallback.java51 public void onAutofillEvent(View view, int event) { in onAutofillEvent()
68 public void expectEvent(@NonNull View view, int event) { in expectEvent()
109 private static String toString(View view, int event) { in toString()
114 public final View view; field in MyAutofillCallback.MyEvent
117 MyEvent(View view, int event) { in MyEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpUtil.java43 public static void setNeedsHeadsUpDisappearAnimationAfterClick(View view, boolean clicked) { in setNeedsHeadsUpDisappearAnimationAfterClick()
55 public static boolean isClickedHeadsUpNotification(View view) { in isClickedHeadsUpNotification()
60 private static void logTagClickedNotificationChanged(@Nullable View view, boolean isClicked) { in logTagClickedNotificationChanged()
73 private static @NonNull String getViewKey(@NonNull View view) { in getViewKey()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/ui/view/
H A DModernStatusBarWifiViewTest.kt120 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
135 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
150 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
167 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
198 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
215 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
227 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
242 val view = ModernStatusBarWifiView.constructAndBind(context, SLOT_NAME, viewModel) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelUnfoldAnimationControllerTest.kt92 val view = View(context) regex
112 val view = View(context) regex
132 val view = View(context) regex
152 val view = View(context) regex
172 val view = View(context) regex
192 val view = View(context) regex
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DRadioButtonPreferenceTest.java59 View view = LayoutInflater.from(mContext) in setUp() local
83 View view = mock(View.class); in onBindViewHolder_withSummary_containerShouldBeVisible() local
97 View view = mock(View.class); in onBindViewHolder_emptySummary_containerShouldBeGone() local
111 View view = mock(View.class); in nullSummary_containerShouldBeGone() local
123 View view = LayoutInflater.from(mContext) in setAppendixVisibility_setGone_shouldBeGone() local
H A DSelectorWithWidgetPreferenceTest.java59 View view = LayoutInflater.from(mContext) in setUp() local
97 View view = mock(View.class); in onBindViewHolder_withSummary_containerShouldBeVisible() local
111 View view = mock(View.class); in onBindViewHolder_emptySummary_containerShouldBeGone() local
125 View view = mock(View.class); in nullSummary_containerShouldBeGone() local
137 View view = LayoutInflater.from(mContext) in setAppendixVisibility_setGone_shouldBeGone() local
/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeStressTestUtil.java129 public static boolean isImeShown(View view) { in isImeShown()
170 public static void waitOnMainUntilImeIsShown(View view) { in waitOnMainUntilImeIsShown()
180 public static void waitOnMainUntilImeIsHidden(View view) { in waitOnMainUntilImeIsHidden()
190 public static void waitOnMainUntilWindowGainsFocus(View view) { in waitOnMainUntilWindowGainsFocus()
201 public static void waitOnMainUntilViewGainsFocus(View view) { in waitOnMainUntilViewGainsFocus()
211 public static void verifyImeIsAlwaysHidden(View view) { in verifyImeIsAlwaysHidden()
221 public static void verifyWindowNeverGainsFocus(View view) { in verifyWindowNeverGainsFocus()
232 public static void verifyViewNeverGainsFocus(View view) { in verifyViewNeverGainsFocus()
291 View view, boolean expectWindowFocus, boolean expectViewFocus) { in verifyWindowAndViewFocus()
306 View view = activity.getEditText(); in verifyImeAlwaysHiddenWithWindowFlagSet() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusBarViewModule.java34 static CarrierText getCarrierText(KeyguardStatusBarView view) { in getCarrierText()
41 static BatteryMeterView getBatteryMeterView(KeyguardStatusBarView view) { in getBatteryMeterView()
55 static StatusBarUserSwitcherContainer getUserSwitcherContainer(KeyguardStatusBarView view) { in getUserSwitcherContainer()
/aosp14/frameworks/base/core/java/android/text/method/
H A DKeyListener.java63 public boolean onKeyDown(View view, Editable text, in onKeyDown()
71 public boolean onKeyUp(View view, Editable text, in onKeyUp()
79 public boolean onKeyOther(View view, Editable text, KeyEvent event); in onKeyOther()
84 public void clearMetaKeyState(View view, Editable content, int states); in clearMetaKeyState()
/aosp14/frameworks/base/core/java/android/view/
H A DHandwritingInitiator.java250 public void onDelegateViewFocused(@NonNull View view) { in onDelegateViewFocused()
267 public void onInputConnectionCreated(@NonNull View view) { in onInputConnectionCreated()
300 public void onInputConnectionClosed(@NonNull View view) { in onInputConnectionClosed()
316 public void startHandwriting(@NonNull View view) { in startHandwriting()
354 public void updateHandwritingAreasForView(@NonNull View view) { in updateHandwritingAreasForView()
435 private void requestFocusWithoutReveal(View view) { in requestFocusWithoutReveal()
489 final View view = viewInfo.getView(); in findBestCandidateView() local
595 float x, float y, View view, boolean isHover) { in isInHandwritingArea()
719 private static boolean isViewActive(@Nullable View view) { in isViewActive()
793 public HandwritableViewInfo(@NonNull View view) { in HandwritableViewInfo()
[all …]

12345678910>>...34