HomeSort by relevance Sort by last modified time
    Searched refs:mView (Results 151 - 175 of 255) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java     [all...]
Fragment.java 291 View mView;
749 return isAdded() && !isHidden() && mView != null
750 && mView.getWindowToken() != null && mView.getVisibility() == View.VISIBLE;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 86 PaintView mView;
96 mView = new PaintView(this);
97 setContentView(mView);
98 mView.requestFocus();
105 mView.mColorIndex = savedInstanceState.getInt("color", 0);
108 mView.mColorIndex = 0;
129 mView.clear();
162 outState.putInt("color", mView.mColorIndex);
205 mView.fade();
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 83 View mView;
349 if (mView != null) {
350 final int width = mView.getWidth();
351 final int height = mView.getHeight();
359 //mView.drawIntoBitmap(mOld);
383 remoteViews.reapply(mContext, mView, mOnClickHandler);
384 content = mView;
421 if (mView != content) {
422 removeView(mView);
423 mView = content
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
HoloDeviceActivity.java 61 private View mView;
94 mView = getLayoutInflater().inflate(layout.mId, mViewGroup, false);
95 mViewGroup.addView(mView);
97 layout.mModifier.modifyView(mView);
101 mView.setFocusable(false);
122 final View v = mView;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 223 mView = new GLSurfaceView(getApplication());
225 mView.setRenderer(mRenderer);
226 setContentView(mView);
233 mView.onResume();
240 mView.onPause();
289 GLSurfaceView mView;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 447 private View mView;
459 if (mView == null) {
462 mView = inflater.inflate(mLayoutResourceId, parent, false);
463 initView(mView);
465 updateView(mView);
466 return mView;
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 468 private View mView;
473 mView = view;
481 GhostView.removeGhost(mView);
482 mView.setTagInternal(R.id.transitionTransform, null);
483 mView.setTagInternal(R.id.parentMatrix, null);
505 private final View mView;
511 mView = view;
533 mView.setAnimationMatrix(mMatrix);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerItemFragment.java 67 mTimerObj.mView = v;
107 final View v = mTimerObj.mView;
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 71 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null);
74 TextView tv = (TextView) ap.mView.findViewById(com.android.nfc.R.id.textview);
  /packages/apps/Settings/src/com/android/settings/
AllowBindAppWidgetActivity.java 126 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
127 mAlwaysUse = (CheckBox) ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
ProxySelector.java 62 private View mView;
72 mView = inflater.inflate(R.layout.proxy, container, false);
73 initView(mView);
76 return mView;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtEnableActivity.java 61 p.mView = createView();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java 49 mView = mImageShow = mImageMirror;
EditorStraighten.java 53 mView = mImageShow = mImageStraighten;
EditorGrad.java 107 mView.invalidate();
221 mView.invalidate();
300 mView.invalidate();
397 mView.invalidate();
416 mView.invalidate();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 88 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
89 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
96 mClearDefaultHint = (TextView)ap.mView.findViewById(
UsbPermissionActivity.java 101 ap.mView = inflater.inflate(com.android.internal.R.layout.always_use_checkbox, null);
102 mAlwaysUse = (CheckBox)ap.mView.findViewById(com.android.internal.R.id.alwaysUse);
109 mClearDefaultHint = (TextView)ap.mView.findViewById(
  /frameworks/base/core/java/android/app/
Fragment.java 477 View mView;
634 mView.restoreHierarchyState(mSavedViewState);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 111 private View mView;
218 return mView;
707 return mView;
711 mView = inflateView(inflater, container);
713 mListView = (ListView)mView.findViewById(android.R.id.list);
720 View emptyView = mView.findViewById(android.R.id.empty);
742 ContactListViewUtils.applyCardPaddingToView(getResources(), mListView, mView);
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 172 private View mView;
234 private View mView;
237 mView = view;
251 if (mView == mStartTimeButton) {
331 View mView;
334 mView = view;
349 if (mView == mStartDateButton) {
501 if (!mView.hasWindowFocus()) {
625 EventViewUtils.updateAddReminderButton(mView, mReminderItems, mModel.mCalendarMaxReminders);
771 mView = view
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 72 private View mView;
276 mView = null;
285 mView = view;
295 mView = view;
475 if (mView != null) {
476 customView = mView;
    [all...]
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 144 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
150 root = mViewRootImpl.mView;
220 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
228 root = mViewRootImpl.mView;
304 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
312 root = mViewRootImpl.mView;
415 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
423 root = mViewRootImpl.mView;
528 if (mViewRootImpl.mView == null || mViewRootImpl.mAttachInfo == null) {
536 root = mViewRootImpl.mView;
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 399 private final View mView;
402 mView = view;
455 WriteData data = WriteData.forView(mView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationTemplateViewWrapper.java 70 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);

Completed in 1555 milliseconds

1 2 3 4 5 67 8 91011