/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_view_unit_test.cpp | 194 UIView* view = new UIView(); variable
|
/aosp14/frameworks/base/core/java/android/view/animation/ |
H A D | LayoutAnimationController.java | 322 public final Animation getAnimationForView(View view) { in getAnimationForView() 370 protected long getDelayForView(View view) { in getDelayForView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationTemplateViewWrapper.java | 76 protected NotificationTemplateViewWrapper(Context ctx, View view, in NotificationTemplateViewWrapper() 234 private void performOnPendingIntentCancellation(View view, Runnable cancellationRunnable) { in performOnPendingIntentCancellation()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | TransitionUtils.java | 89 public static View copyViewImage(ViewGroup sceneRoot, View view, View parent) { in copyViewImage() 160 public static Bitmap createViewBitmap(View view, Matrix matrix, RectF bounds, in createViewBitmap()
|
H A D | VisibilityPropagation.java | 44 View view = values.view; in captureValues() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanelController.java | 74 QSPanelController(QSPanel view, TunerService tunerService, in QSPanelController() 191 public void showEdit(View view) { in showEdit()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | OperatorNameViewController.java | 52 private OperatorNameViewController(OperatorNameView view, in OperatorNameViewController() 128 public OperatorNameViewController create(OperatorNameView view) { in create()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.cpp | 191 bool DialogListener::OnClick(UIView &view, const ClickEvent &event) in OnClick() 218 bool DismissListener::OnClick(UIView &view, const ClickEvent &event) in OnClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_ng.cpp | 39 auto view = weakView.promote(); in UpdateCjPageLifeCycleFuncs() local 44 auto view = weakView.promote(); in UpdateCjPageLifeCycleFuncs() local 49 auto view = weakView.promote(); in UpdateCjPageLifeCycleFuncs() local 54 auto view = weakView.promote(); in UpdateCjPageLifeCycleFuncs() local 63 bool LoadNativeViewNG(NativeView* view) in LoadNativeViewNG() 706 auto view = FFI::FFIData::GetData<NativeView>(viewId); in FlushReload() local
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
H A D | SettingsJankMonitorTest.java | 136 @CujType int cuj, @NonNull View view) { in withView()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeBatteryController.java | 50 public void setPowerSaveMode(boolean powerSave, View view) { in setPowerSaveMode()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationViewController.java | 40 public ActivatableNotificationViewController(ActivatableNotificationView view, in ActivatableNotificationViewController()
|
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerListHelper.java | 67 public void bindView(View view, Context context, Cursor cursor) { in bindView()
|
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | HierarchicalMove.java | 98 public void sendMessage(View view) { in sendMessage()
|
H A D | LoginActivity.java | 80 public void sendMessage(View view) { in sendMessage()
|
H A D | UniqueIds.java | 55 public void sendMessage(View view) { in sendMessage()
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | FillRateOpenGLTest.java | 58 final CustomOpenGLView view = getView(); in initUnits() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/ |
H A D | StackAnimationController.java | 703 SpringForce getSpringForce(DynamicAnimation.ViewProperty property, View view) { in getSpringForce() 770 View view = bubbleViews.get(newIndex); in animateReorder() local 780 private boolean animateSwap(View view, int oldIndex, int newIndex, in animateSwap() 809 private void moveToFinalIndex(View view, int newIndex, in moveToFinalIndex()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSSecurityFooterTest.java | 611 View view = LayoutInflater.from(mContext) in testConfigSubtitleVisibility() local 695 View view = mFooterUtils.createDialogView(getContext()); in testParentalControlsDialog() local 710 View view = mFooterUtils.createDialogView(getContext()); in testCreateDialogViewForFinancedDevice() local
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillClientController.java | 358 final View view = autofillClientFindViewByAutofillIdTraversal(autofillId); in autofillClientGetViewVisibility() local 380 final View view = rootView.findViewByAccessibilityIdTraversal(viewId); in autofillClientFindViewByAccessibilityIdTraversal() local 398 final View view = rootView.findViewByAutofillIdTraversal(autofillId.getViewId()); in autofillClientFindViewByAutofillIdTraversal() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | ButtonDispatcher.java | 78 public void addView(View view) { in addView() 293 final View view = mViews.get(i); in setTranslation() local 324 final View view = mViews.get(i); in setVertical() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_label.cpp | 30 ArcLabelAnimator(uint16_t rollCount, UIView* view) in ArcLabelAnimator() 42 void Callback(UIView* view) override in Callback() 92 void CalculatedOffsetAngle(UIView* view) in CalculatedOffsetAngle()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.cpp | 129 bool OnKeyAct(UIView& view, const KeyEvent& event) override in OnKeyAct() 366 void UITestEventInjector::SetLastPos(UIView* view) in SetLastPos() 403 bool UITestEventInjector::OnClick(UIView& view, const ClickEvent& event) in OnClick()
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityRequestPreparer.java | 67 public AccessibilityRequestPreparer(View view, @RequestTypes int requestTypes) { in AccessibilityRequestPreparer()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SeekBarDialogPreference.java | 74 protected void onBindDialogView(View view) { in onBindDialogView()
|