Home
last modified time | relevance | path

Searched defs:view (Results 76 – 100 of 2380) sorted by relevance

12345678910>>...96

/aosp12/frameworks/base/core/java/android/view/
H A DViewDebug.java498 public static void startRecyclerTracing(String prefix, View view) { in startRecyclerTracing()
514 public static void trace(View view, HierarchyTraceType type) { in trace()
522 public static void startHierarchyTracing(String prefix, View view) { in startHierarchyTracing()
533 static void dispatchCommand(View view, String command, String parameters, in dispatchCommand()
570 View view = root.getRootView(); in findView() local
584 final View view = findView(root, parameter); in invalidate() local
591 final View view = findView(root, parameter); in requestLayout() local
604 final View view = findView(root, parameter); in profile() local
627 public static void profileViewAndChildren(final View view, BufferedWriter out) in profileViewAndChildren()
660 private static long profileViewMeasure(final View view) { in profileViewMeasure()
[all …]
H A DGhostView.java41 private GhostView(View view) { in GhostView()
90 public static void calculateMatrix(View view, ViewGroup host, Matrix matrix) { in calculateMatrix()
99 public static GhostView addGhost(View view, ViewGroup viewGroup, Matrix matrix) { in addGhost()
140 public static GhostView addGhost(View view, ViewGroup viewGroup) { in addGhost()
145 public static void removeGhost(View view) { in removeGhost()
157 public static GhostView getGhost(View view) { in getGhost()
266 private static boolean isGhostWrapper(View view) { in isGhostWrapper()
308 private static void getParents(View view, ArrayList<View> parents) { in getParents()
321 private static boolean isOnTop(View view, View comparedWith) { in isOnTop()
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchUIUtilImpl.java31 public void onDraw(Canvas c, RecyclerView recyclerView, View view, in onDraw()
65 public void clearView(View view) { in clearView()
77 public void onSelected(View view) { in onSelected()
82 View view, float dX, float dY, int actionState, boolean isCurrentlyActive) { in onDrawOver()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewOutlineProviderCompatUtilsLXX.java34 static InsetsUpdater setInsetsOutlineProvider(final View view) { in setInsetsOutlineProvider()
46 public InsetsOutlineProvider(final View view) { in InsetsOutlineProvider()
61 public void getOutline(final View view, final Outline outline) { in getOutline()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
H A DNumberPickerUtils.java42 public static boolean focusChildNumberPicker(View view) { in focusChildNumberPicker()
66 ViewGroup view) { in getNumberPickerDescendants()
99 static View getNumberPickerParent(@Nullable View view) { in getNumberPickerParent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DActivatableNotificationViewModule.java33 ExpandableView bindExpandableView(ActivatableNotificationView view); in bindExpandableView()
36 ExpandableOutlineView bindExpandableOutlineView(ActivatableNotificationView view); in bindExpandableOutlineView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/dagger/
H A DKeyguardStatusBarViewModule.java32 static CarrierText getCarrierText(KeyguardStatusBarView view) { in getCarrierText()
39 static BatteryMeterView getBatteryMeterView(KeyguardStatusBarView view) { in getBatteryMeterView()
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/recyclerview/
H A DOnChildAttachStateChangeListenerOEMV1.java26 void onChildViewAttachedToWindow(View view); in onChildViewAttachedToWindow()
31 void onChildViewDetachedFromWindow(View view); in onChildViewDetachedFromWindow()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DTestableWindowManager.java45 public void removeViewImmediate(View view) { in removeViewImmediate()
61 public void addView(View view, ViewGroup.LayoutParams params) { in addView()
67 public void updateViewLayout(View view, ViewGroup.LayoutParams params) { in updateViewLayout()
72 public void removeView(View view) { in removeView()
/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoItem.java151 View view; in getView() local
189 public void renderTiny(@Nonnull View view) { in renderTiny()
194 public void renderThumbnail(@Nonnull View view) { in renderThumbnail()
202 public void renderFullRes(@Nonnull View view) { } in renderFullRes()
205 public void recycle(@Nonnull View view) { in recycle()
233 private VideoViewHolder getViewHolder(@Nonnull View view) { in getViewHolder()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressListAdapter.java125 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
134 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
142 protected void bindEmailAddress(ContactListItemView view, Cursor cursor) { in bindEmailAddress()
155 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
165 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
169 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DBaseUnfoldMoveFromCenterAnimator.java72 protected void registerViewForAnimation(View view) { in registerViewForAnimation()
76 protected void disableClipping(ViewGroup view) { in disableClipping()
83 protected void restoreClipping(ViewGroup view) { in restoreClipping()
/aosp12/frameworks/base/tests/testables/src/android/testing/
H A DViewUtils.java33 public static void attachView(View view) { in attachView()
49 public static void detachView(View view) { in detachView()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DDirectManipulationHelper.java58 public static boolean enableDirectManipulationMode(@NonNull View view, boolean enable) { in enableDirectManipulationMode()
102 public static void setSupportsRotateDirectly(@NonNull View view, boolean enable) { in setSupportsRotateDirectly()
122 public static void setSupportsDirectManipulation(@NonNull View view, boolean enable) { in setSupportsDirectManipulation()
/aosp12/frameworks/base/core/java/android/transition/
H A DSlide.java61 float getGoneX(ViewGroup sceneRoot, View view, float fraction); in getGoneX()
64 float getGoneY(ViewGroup sceneRoot, View view, float fraction); in getGoneY()
70 public float getGoneY(ViewGroup sceneRoot, View view, float fraction) { in getGoneY()
78 public float getGoneX(ViewGroup sceneRoot, View view, float fraction) { in getGoneX()
163 View view = transitionValues.view; in captureValues() local
234 public Animator onAppear(ViewGroup sceneRoot, View view, in onAppear()
250 public Animator onDisappear(ViewGroup sceneRoot, View view, in onDisappear()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java275 FooterView view = mock(FooterView.class); in manageNotifications_visible() local
287 FooterView view = mock(FooterView.class); in clearAll_visible() local
312 FooterView view = mock(FooterView.class); in testUpdateFooter_noNotifications() local
332 FooterView view = mock(FooterView.class); in testUpdateFooter_remoteInput() local
348 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification() local
364 FooterView view = mock(FooterView.class); in testUpdateFooter_oneClearableNotification_beforeUserSetup() local
384 FooterView view = mock(FooterView.class); in testUpdateFooter_oneNonClearableNotification() local
/aosp12/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DHTMLViewerActivity.java120 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
129 public void onPageFinished(WebView view, String url) { in onPageFinished()
134 public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { in shouldOverrideUrlLoading()
170 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
/aosp12/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
H A DEmergencyNamePreferenceTest.java93 View view = createLayout(); in onBindDialogView_setUserName_textViewTitleIsSet() local
104 View view = createLayout(); in onBindDialogView_setUserPhoto_imageViewDrawableIsSet() local
114 View view = createLayout(); in onBindDialogView_setEditUserPhotoController_editUserPhotoControllerIsSet() local
127 View view = createLayout(); in onActivityResult_whenWaitingForActivityResult_onActivityResultIsCalled() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/
H A DLowLevelActions.java60 public void perform(final UiController uiController, final View view) { in perform()
83 public void perform(final UiController uiController, final View view) { in perform()
107 public void perform(UiController uiController, final View view) { in touchDownAndUp()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DAppEntitiesHeaderControllerTest.java73 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_title); in setHeaderTitleRes_setTextRes_shouldSetToTitleView() local
81 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsRes_setTextRes_shouldSetToDetailsView() local
89 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_onlyDetailsTextSet_shouldSetToDetailsView() local
98 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetails_detailsTextAndResBothSet_shouldSetTextToDetailsView() local
107 final TextView view = mAppEntitiesHeaderView.findViewById(R.id.header_details); in setHeaderDetailsClickListener_setClickListener_detailsViewAttachClickListener() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java115 DayView view = new DayView(getActivity(), CalendarController in makeView() local
130 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onResume() local
147 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onPause() local
218 DayView view = (DayView) mViewSwitcher.getCurrentView(); in getSelectedTimeInMillis() local
229 DayView view = (DayView) mViewSwitcher.getCurrentView(); in eventsChanged() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
H A DPanelSlicesAdapterTest.java118 final ViewGroup view = new FrameLayout(mContext); in sizeOfAdapter_shouldNotExceedMaxNum() local
133 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_notSliderPanel_noSliderLayout() local
146 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeSlider_verifyLayout() local
159 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeDefault_verifyLayout() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DViewClippingUtil.java93 boolean shouldFinish(View view); in shouldFinish()
98 default boolean isClippingEnablingAllowed(View view) { in isClippingEnablingAllowed()
106 default void onClippingStateChanged(View view, boolean isClipping) {}; in onClippingStateChanged()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoController.java25 public void onReviewDoneClicked(View view); in onReviewDoneClicked()
27 public void onReviewPlayClicked(View view); in onReviewPlayClicked()
33 public void onSingleTapUp(View view, int x, int y); in onSingleTapUp()
/aosp12/frameworks/base/core/java/android/webkit/
H A DWebViewRenderProcessClient.java59 public abstract void onRenderProcessUnresponsive( in onRenderProcessUnresponsive()
78 public abstract void onRenderProcessResponsive( in onRenderProcessResponsive()

12345678910>>...96