Home
last modified time | relevance | path

Searched refs:mHostView (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DViewOverlay.java132 final View mHostView; field in ViewOverlay.OverlayViewGroup
141 mHostView = hostView; in OverlayViewGroup()
142 mAttachInfo = mHostView.mAttachInfo; in OverlayViewGroup()
188 if (parent != mHostView && parent.getParent() != null && in add()
195 mHostView.getLocationOnScreen(hostViewLocation); in add()
281 if (mHostView != null) { in invalidate()
282 mHostView.invalidate(dirty); in invalidate()
289 if (mHostView != null) { in invalidate()
290 mHostView.invalidate(l, t, r, b); in invalidate()
297 if (mHostView != null) { in invalidate()
[all …]
DRemoteAccessibilityController.java35 private View mHostView; field in RemoteAccessibilityController
38 mHostView = v; in RemoteAccessibilityController()
42 final Handler h = mHostView.getHandler(); in runOnUiThread()
DView.java6751 private final View mHostView;
6758 mHostView = hostView;
6765 resolveMethod(mHostView.getContext(), mMethodName);
6803 final int id = mHostView.getId();
6805 + mHostView.getContext().getResources().getResourceEntryName(id) + "'";
6808 + "attribute defined on view " + mHostView.getClass() + idText);
/frameworks/base/core/tests/coretests/src/android/widget/
DAppWidgetHostViewTest.java59 private AppWidgetHostView mHostView; field in AppWidgetHostViewTest
68 mHostView = new AppWidgetHostView(mContext); in setup()
69 mHostView.setAppWidget(0, AppWidgetManager.getInstance( in setup()
73 mHostView.setOnHierarchyChangeListener(mViewAddListener); in setup()
80 mHostView.updateAppWidget(mViews); in syncInflation()
81 assertNotNull(mHostView.findViewById(R.id.image)); in syncInflation()
87 mHostView.setExecutor(executor); in asyncInflation()
89 mHostView.updateAppWidget(mViews); in asyncInflation()
90 assertNull(mHostView.findViewById(R.id.image)); in asyncInflation()
98 assertNotNull(mHostView.findViewById(R.id.image)); in asyncInflation()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DMessagingMessageState.java28 private final View mHostView; field in MessagingMessageState
35 mHostView = hostView; in MessagingMessageState()
59 ViewParent parent = mHostView.getParent(); in setIsHidingAnimated()
61 mHostView.invalidate(); in setIsHidingAnimated()
72 return mHostView; in getHostView()
76 mHostView.setAlpha(1.0f); in recycle()
77 mHostView.setTranslationY(0); in recycle()
78 MessagingPropertyAnimator.recycle(mHostView); in recycle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java58 private final ViewGroup mHostView; field in StackScrollAlgorithm
84 mHostView = hostView; in StackScrollAlgorithm()
289 int numChildren = mHostView.getChildCount(); in resetChildViewStates()
291 ExpandableView child = (ExpandableView) mHostView.getChildAt(i); in resetChildViewStates()
441 int childCount = mHostView.getChildCount(); in initAlgorithmState()
446 ExpandableView v = (ExpandableView) mHostView.getChildAt(i); in initAlgorithmState()
1005 final float bottomValue = computeCornerRoundnessForPinnedHun(mHostView.getHeight(), in clampHunToMaxTranslation()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62633 Landroid/view/View$DeclaredOnClickListener;->mHostView:Landroid/view/View;
63654 Landroid/view/ViewOverlay$OverlayViewGroup;->mHostView:Landroid/view/View;