Home
last modified time | relevance | path

Searched defs:mViews (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java62 private RemoteViews mViews; field in AppWidgetHostViewTest
/aosp14/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DViewDumpParser.java12 private List<Map<Short,Object>> mViews; field in ViewDumpParser
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java51 private View[][] mViews; field in KeyguardPINView
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DFlashNotificationsControllerTest.java105 private final Set<View> mViews = new HashSet<>(); field in FlashNotificationsControllerTest
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DButtonDispatcher.java38 private final ArrayList<View> mViews = new ArrayList<>(); field in ButtonDispatcher
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java55 List<View> mViews = new ArrayList<>(); field in PhysicsAnimationLayoutTestCase
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DButtonDispatcher.java37 private final ArrayList<View> mViews = new ArrayList<>(); field in ButtonDispatcher
/aosp14/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java88 private List<CustomSurfaceView> mViews = new ArrayList<CustomSurfaceView>(); field in SurfaceCompositionMeasuringActivity
/aosp14/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java86 private final ArrayMap<AutofillId, WeakReference<View>> mViews; field in UiTranslationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutEngine.java490 private final ArrayList<ViewEntry> mViews = new ArrayList<>(); field in ComplicationLayoutEngine.DirectionGroup
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java134 private final ArrayList<View> mViews = new ArrayList<View>(); field in WindowManagerGlobal
H A DViewRootImpl.java9675 private final ArrayList<View> mViews = new ArrayList<View>(); field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java786 private final List<View> mViews = new ArrayList<>(); field in QSAnimator.HeightExpansionAnimator
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java664 private final RemoteViews mViews; field in AppWidgetHostView.ViewApplyListener