/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TimePicker.java | 105 void onTimeChanged(TimePicker view, int hourOfDay, int minute); in onTimeChanged()
|
H A D | SearchView.java | 883 private void getChildBoundsWithinSearchView(View view, Rect rect) { in getChildBoundsWithinSearchView() 2090 public boolean checkInputConnectionProxy(View view) { in checkInputConnectionProxy()
|
H A D | CalendarView.java | 93 void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth); in onSelectedDayChange()
|
H A D | ListView.java | 174 public View view; field in ListView.FixedViewInfo 2000 final View view = fixedViewInfo.view; in removeUnusedFixedViews() local
|
H A D | GridView.java | 2327 View view = getChildAt(0); in computeVerticalScrollExtent() local 2349 final View view = getChildAt(0); in computeVerticalScrollOffset() local 2431 View view, int position, AccessibilityNodeInfo info) { in onInitializeAccessibilityNodeInfoForItem()
|
H A D | DatePicker.java | 139 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth); in onDateChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ActionBarView.java | 461 public void setCustomView(View view) { in setCustomView() 843 public void setContextView(ActionBarContextView view) { in setContextView()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 436 UIView* view = this; in Invalidate() local 447 void UIView::InvalidateRect(const Rect& invalidatedArea, UIView* view) in InvalidateRect()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewPropertyAnimator.java | 251 ViewPropertyAnimator(@NonNull View view) { in ViewPropertyAnimator()
|
H A D | View.java | 10994 View view = (View) current; in isVisibleToUser() local 16542 public boolean checkInputConnectionProxy(View view) { in checkInputConnectionProxy() 26494 final View view = (View) viewParent; in transformFromViewToWindowSpace() local 26595 T view = findViewById(id); in requireViewById() local 27867 public DragShadowBuilder(View view) { in DragShadowBuilder() 27918 final View view = mView.get(); in onProvideShadowMetrics() local 27935 final View view = mView.get(); in onDrawShadow() local 30516 @NonNull View view) { in VisibilityChangeForAutofillHandler() 31107 @NonNull View view, boolean appeared) { in delayNotifyContentCaptureEvent() 31676 public boolean test(View view) { in test() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | MenuItemImpl.java | 715 public MenuItem setActionView(View view) { in setActionView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerController.java | 424 public KeyguardSecurityContainerController(KeyguardSecurityContainer view, in KeyguardSecurityContainerController()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthBiometricView.java | 673 private void setTextOrHide(TextView view, CharSequence charSequence) { in setTextOrHide()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | FlashNotificationsController.java | 452 private void fadeScreenNotificationOverlayViewMainThread(View view, boolean in) { in fadeScreenNotificationOverlayViewMainThread()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.cpp | 391 …auto view = AceViewPreview::CreateView(instanceId_, false, container->GetSettings().usePlatformAsU… in CommonInitialize() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/ |
H A D | render_data_defines_3d.h | 405 BASE_NS::Math::Mat4X4 view; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.h | 332 BASE_NS::Math::Mat4X4 view; member
|
H A D | render_system.cpp | 1047 …const Math::Mat4X4& view, Math::Vec3 pos, Math::Vec3 normal, float sideSign, float clipPlaneOffset) in CalculateCameraSpaceClipPlane() 1850 …const Math::Mat4X4 view = Math::Inverse(Math::Mat4X4(renderMatrixComponent.matrix.data), determina… in ProcessCameras() local 2600 const Entity& entity, const Math::Mat4X4& view, const Math::Mat4X4& proj) in UpdateAndGetPreviousFrameCameraData()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PageAdapter.java | 847 public void onClick(View view) { in onClick()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 873 val view = convertView ?: layoutInflater.inflate(resource, parent, false) regex
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 1623 public void setTraversalBefore(View view) { in setTraversalBefore() 1684 public void setTraversalAfter(View view) { in setTraversalAfter() 3905 public void setQueryFromAppProcessEnabled(@NonNull View view, boolean enabled) { in setQueryFromAppProcessEnabled() 6354 final View view = targetMap.get(region); in TouchDelegateInfo() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | FragmentManager.java | 1398 final View view = f.mView; in moveToState() local 2250 final View view = fragment.getView(); in makeRemovedFragmentsInvisible() local 2372 final View view = f.mView; in findFragmentUnder() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationPanelViewController.java | 692 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController() 1334 View view = mView.findViewById(viewId); in reInflateStub() local 4381 public void onHeightChanged(ExpandableView view, boolean needsAnimation) { in onHeightChanged() 4406 public void onReset(ExpandableView view) {} in onReset()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | AmbientState.java | 613 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | RemoteInputConnectionImpl.java | 254 public boolean isAssociatedWith(@Nullable View view) { in isAssociatedWith()
|