Home
last modified time | relevance | path

Searched defs:view (Results 951 – 975 of 1006) sorted by relevance

1...<<3132333435363738394041

/aosp14/frameworks/base/core/java/android/widget/
H A DTimePicker.java105 void onTimeChanged(TimePicker view, int hourOfDay, int minute); in onTimeChanged()
H A DSearchView.java883 private void getChildBoundsWithinSearchView(View view, Rect rect) { in getChildBoundsWithinSearchView()
2090 public boolean checkInputConnectionProxy(View view) { in checkInputConnectionProxy()
H A DCalendarView.java93 void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth); in onSelectedDayChange()
H A DListView.java174 public View view; field in ListView.FixedViewInfo
2000 final View view = fixedViewInfo.view; in removeUnusedFixedViews() local
H A DGridView.java2327 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 DDatePicker.java139 void onDateChanged(DatePicker view, int year, int monthOfYear, int dayOfMonth); in onDateChanged()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java461 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 Dui_view.cpp436 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 DViewPropertyAnimator.java251 ViewPropertyAnimator(@NonNull View view) { in ViewPropertyAnimator()
H A DView.java10994 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 DMenuItemImpl.java715 public MenuItem setActionView(View view) { in setActionView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java424 public KeyguardSecurityContainerController(KeyguardSecurityContainer view, in KeyguardSecurityContainerController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricView.java673 private void setTextOrHide(TextView view, CharSequence charSequence) { in setTextOrHide()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DFlashNotificationsController.java452 private void fadeScreenNotificationOverlayViewMainThread(View view, boolean in) { in fadeScreenNotificationOverlayViewMainThread()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp391 …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 Drender_data_defines_3d.h405 BASE_NS::Math::Mat4X4 view; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h332 BASE_NS::Math::Mat4X4 view; member
H A Drender_system.cpp1047const 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 DPageAdapter.java847 public void onClick(View view) { in onClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt873 val view = convertView ?: layoutInflater.inflate(resource, parent, false) regex
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1623 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 DFragmentManager.java1398 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 DNotificationPanelViewController.java692 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 DAmbientState.java613 public boolean isDozingAndNotPulsing(ExpandableView view) { in isDozingAndNotPulsing()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DRemoteInputConnectionImpl.java254 public boolean isAssociatedWith(@Nullable View view) { in isAssociatedWith()

1...<<3132333435363738394041