Searched refs:mView (Results 101 - 122 of 122) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java73 private View mView; field in class:AlertController
274 mView = null;
283 mView = view;
293 mView = view;
568 if (mView != null) {
569 customView = mView;
930 public View mView; field in class:AlertController.AlertParams
1008 if (mView != null) {
1010 dialog.setView(mView, mViewSpacingLeft, mViewSpacingTop, mViewSpacingRight,
1013 dialog.setView(mView);
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java65 private View mView; field in class:AlertController
255 mView = null;
264 mView = view;
274 mView = view;
427 if (mView != null) {
428 customView = mView;
637 public View mView; field in class:AlertController.AlertParams
713 if (mView != null) {
715 dialog.setView(mView, mViewSpacingLeft, mViewSpacingTop, mViewSpacingRight,
718 dialog.setView(mView);
[all...]
H A DAlertDialog.java800 P.mView = null;
814 P.mView = view;
844 P.mView = view;
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java145 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
151 root = mViewRootImpl.mView;
229 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
237 root = mViewRootImpl.mView;
321 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
329 root = mViewRootImpl.mView;
440 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
448 root = mViewRootImpl.mView;
561 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
569 root = mViewRootImpl.mView;
[all...]
H A DWindowManagerGlobal.java476 if (root.mView != null && root.getHostVisibility() == View.VISIBLE
H A DViewGroup.java7605 children.set(i, holder.mView);
7655 public View mView; field in class:ViewGroup.ViewLocationHolder
7724 return mView.getAccessibilityViewId() - another.mView.getAccessibilityViewId();
7731 mView = view;
7736 mView = null;
H A DView.java19464 private final WeakReference<View> mView; field in class:View.DragShadowBuilder
19473 mView = new WeakReference<View>(view);
19485 mView = new WeakReference<View>(null);
19500 return mView.get();
19524 final View view = mView.get();
19541 final View view = mView.get();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationTemplateViewWrapper.java70 View mainColumn = mView.findViewById(com.android.internal.R.id.notification_main_column);
74 ImageView largeIcon = (ImageView) mView.findViewById(com.android.internal.R.id.icon);
75 ImageView rightIcon = (ImageView) mView.findViewById(com.android.internal.R.id.right_icon);
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java71 mAlertParams.mView = view;
H A DManageDialog.java97 mAlertParams.mView = view;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java499 private DessertCaseView mView; field in class:DessertCaseView.RescalingContainer
516 mView = v;
523 final int w2 = (int) (w / mView.SCALE / 2);
524 final int h2 = (int) (h / mView.SCALE / 2);
527 mView.layout(cx - w2, cy - h2, cx + w2, cy + h2);
H A DExpandHelper.java133 ExpandableView mView; field in class:ExpandHelper.ViewScaler
137 mView = v;
141 mView.setContentHeight((int) h);
145 return mView.getContentHeight();
148 return Math.min(maximum, mView.getMaxContentHeight());
/frameworks/base/core/java/android/app/
H A DAlertDialog.java985 P.mView = null;
1006 P.mView = view;
1041 P.mView = view;
H A DActivityTransitionCoordinator.java946 private View mView; field in class:ActivityTransitionCoordinator.GhostViewListeners
952 mView = view;
958 return mView;
963 GhostView ghostView = GhostView.getGhost(mView);
967 GhostView.calculateMatrix(mView, mDecor, mMatrix);
H A DBackStackRecord.java1536 if (fragment.mView != null && fragment.mContainer != null &&
1539 if (!hiddenFragmentViews.contains(fragment.mView)) {
1540 transition.excludeTarget(fragment.mView, true);
1541 hiddenFragmentViews.add(fragment.mView);
1544 transition.excludeTarget(fragment.mView, false);
1545 hiddenFragmentViews.remove(fragment.mView);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbDebuggingActivity.java79 ap.mView = checkbox;
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java941 private AbsListView mView; field in class:CalendarViewLegacyDelegate.ScrollStateRunnable
953 mView = view;
964 View child = mView.getChildAt(0);
972 mView.smoothScrollBy(dist - child.getHeight(),
975 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION);
H A DEditor.java1070 // pressed. Since it is the ViewAncestor's mView, it requests focus before
5031 private final TextView mView; field in class:Editor.ErrorPopup
5037 mView = v;
5043 mView.setBackgroundResource(mPopupInlineErrorBackgroundId);
5058 mView.setBackgroundResource(above ? mPopupInlineErrorAboveBackgroundId :
5064 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes(
H A DTextView.java9991 private final WeakReference<TextView> mView; field in class:TextView.Marquee
10009 mView = new WeakReference<TextView>(v);
10048 final TextView textView = mView.get();
10075 final TextView textView = mView.get();
10085 final TextView textView = mView.get();
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java476 private View mView; field in class:ChangeBounds.ViewBounds
479 mView = view;
501 mView.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java1373 if (fragment.mView != null && fragment.mContainer != null &&
1376 if (!state.hiddenFragmentViews.contains(fragment.mView)) {
1377 FragmentTransitionCompat21.excludeTarget(transition, fragment.mView,
1379 state.hiddenFragmentViews.add(fragment.mView);
1382 FragmentTransitionCompat21.excludeTarget(transition, fragment.mView,
1384 state.hiddenFragmentViews.remove(fragment.mView);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1387 private final View mView; field in class:FloatingToolbar.ViewFader
1392 mView = Preconditions.checkNotNull(view);
1404 mView.setAlpha(1);
1413 mView.setAlpha(0);

Completed in 453 milliseconds

12345