Home
last modified time | relevance | path

Searched defs:view (Results 426 – 450 of 1006) sorted by relevance

1...<<11121314151617181920>>...41

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp194 UIView* view = new UIView(); variable
/aosp14/frameworks/base/core/java/android/view/animation/
H A DLayoutAnimationController.java322 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 DNotificationTemplateViewWrapper.java76 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 DTransitionUtils.java89 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 DVisibilityPropagation.java44 View view = values.view; in captureValues() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelController.java74 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 DOperatorNameViewController.java52 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 Djs_dialog.cpp191 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 Dcj_page_router_ng.cpp39 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 DSettingsJankMonitorTest.java136 @CujType int cuj, @NonNull View view) { in withView()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeBatteryController.java50 public void setPowerSaveMode(boolean powerSave, View view) { in setPowerSaveMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewController.java40 public ActivatableNotificationViewController(ActivatableNotificationView view, in ActivatableNotificationViewController()
/aosp14/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerListHelper.java67 public void bindView(View view, Context context, Cursor cursor) { in bindView()
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHierarchicalMove.java98 public void sendMessage(View view) { in sendMessage()
H A DLoginActivity.java80 public void sendMessage(View view) { in sendMessage()
H A DUniqueIds.java55 public void sendMessage(View view) { in sendMessage()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DFillRateOpenGLTest.java58 final CustomOpenGLView view = getView(); in initUnits() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java703 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 DQSSecurityFooterTest.java611 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 DAutofillClientController.java358 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 DButtonDispatcher.java78 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 Dui_arc_label.cpp30 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 Dui_test_event_injector.cpp129 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 DAccessibilityRequestPreparer.java67 public AccessibilityRequestPreparer(View view, @RequestTypes int requestTypes) { in AccessibilityRequestPreparer()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarDialogPreference.java74 protected void onBindDialogView(View view) { in onBindDialogView()

1...<<11121314151617181920>>...41