/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ExpandHelper.java | 142 ExpandableView mView; 146 mView = v; 150 mView.setActualHeight((int) h); 154 return mView.getActualHeight(); 157 return Math.min(maximum, mView.getMaxHeight());
|
LoadAverageService.java | 35 private View mView; 289 mView = new LoadView(this); 300 wm.addView(mView, params); 306 ((WindowManager)getSystemService(WINDOW_SERVICE)).removeView(mView); 307 mView = null;
|
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/ |
SelectSyncedCalendarsMultiAccountAdapter.java | 71 private final View mView; 246 mView = mActivity.getExpandableListView(); 256 mView.postDelayed(mStopRefreshing, REFRESH_DURATION); 260 mView.removeCallbacks(mStopRefreshing); 454 mView.postDelayed(new RefreshCalendars(mToken, mAccount, mAccountType),
|
/frameworks/base/core/java/android/view/ |
GhostView.java | 33 private final View mView; 39 mView = view; 40 mView.mGhostView = this; 41 final ViewGroup parent = (ViewGroup) mView.getParent(); 51 mView.mRecreateDisplayList = true; 52 RenderNode renderNode = mView.getDisplayList(); 68 if (mView.mGhostView == this) { 75 mView.mViewFlags = (mView.mViewFlags & ~View.VISIBILITY_MASK) | visibility; 83 mView.mGhostView = null [all...] |
/frameworks/base/core/java/android/widget/ |
Toast.java | 352 View mView; 391 if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView 393 if (mView != mNextView) { 396 mView = mNextView; 397 Context context = mView.getContext().getApplicationContext(); 398 String packageName = mView.getContext().getOpPackageName(); 400 context = mView.getContext(); 405 final Configuration config = mView.getContext().getResources().getConfiguration(); 419 if (mView.getParent() != null) [all...] |
TabHost.java | 672 private final View mView; 675 mView = view; 679 return mView; 688 private final View mView; 691 mView = mTabContent.findViewById(viewId); 692 if (mView != null) { 693 mView.setVisibility(View.GONE); 701 mView.setVisibility(View.VISIBLE); 702 return mView; 706 mView.setVisibility(View.GONE) [all...] |
/frameworks/support/v4/java/android/support/v4/media/ |
TransportMediator.java | 52 final View mView; 163 mView = activity != null ? activity.getWindow().getDecorView() : view; 164 mDispatcherState = KeyEventCompat.getKeyDispatcherState(mView); 167 mView, mTransportKeyCallback);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferActivity.java | 85 private View mView = null; 238 mPara.mView = createView(); 244 mView = getLayoutInflater().inflate(R.layout.file_transfer, null); 246 mProgressTransfer = (ProgressBar)mView.findViewById(R.id.progress_transfer); 247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent); 255 return mView; 266 mLine1View = (TextView)mView.findViewById(R.id.line1_view); 269 mLine2View = (TextView)mView.findViewById(R.id.line2_view); 272 mLine3View = (TextView)mView.findViewById(R.id.line3_view); 276 mLine5View = (TextView)mView.findViewById(R.id.line5_view) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapActivity.java | 78 private View mView; 132 p.mView = createView(DIALOG_YES_NO_AUTH); 160 mView = getLayoutInflater().inflate(R.layout.auth, null); 161 messageView = (TextView)mView.findViewById(R.id.message); 163 mKeyView = (EditText)mView.findViewById(R.id.text); 168 return mView;
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerObj.java | 50 public TimerListItem mView;
|
TimerFullScreenFragment.java | 168 if (t.mView != null) { 169 ((TimerListItem) t.mView).stop(); 214 o.mView = v; 395 if (t.mView != null) { 396 ((TimerListItem) (t.mView)).setTime(timeLeft, false); 402 if (t.mView != null) { 403 ((TimerListItem) (t.mView)).timesUp(); 408 if (toggle && t.mView != null) { 410 ((TimerListItem) (t.mView)).setCircleBlink(mVisible); 413 ((TimerListItem) (t.mView)).setTextBlink(mVisible) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 50 protected View mView; 151 if (mView == null) { 152 mView = mFrameLayout.findViewById(viewid); 153 if (mView == null) { 156 mView = inflater.inflate(layoutid, mFrameLayout, false); 157 mFrameLayout.addView(mView, mView.getLayoutParams()); 160 mImageShow = findImageShow(mView); 184 return mView; 192 mView.setVisibility(visible) [all...] |
EditorDraw.java | 112 mView = mImageShow = mImageDraw = new ImageDraw(context); 234 mView.invalidate();
|
EditorChanSat.java | 311 mView.invalidate();
|
EditorGrad.java | 107 mView.invalidate(); 221 mView.invalidate(); 300 mView.invalidate(); 397 mView.invalidate(); 416 mView.invalidate();
|
EditorVignette.java | 305 mView.invalidate();
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
VpnDialog.java | 49 private View mView; 78 mView = getLayoutInflater().inflate(R.layout.vpn_dialog, null); 79 setView(mView); 85 mName = (TextView) mView.findViewById(R.id.name); 86 mType = (Spinner) mView.findViewById(R.id.type); 87 mServer = (TextView) mView.findViewById(R.id.server); 88 mUsername = (TextView) mView.findViewById(R.id.username); 89 mPassword = (TextView) mView.findViewById(R.id.password); 90 mSearchDomains = (TextView) mView.findViewById(R.id.search_domains); 91 mDnsServers = (TextView) mView.findViewById(R.id.dns_servers) [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WriteWifiConfigToNfcDialog.java | 64 private View mView; 90 mView = getLayoutInflater().inflate(R.layout.write_wifi_config_to_nfc, null); 92 setView(mView); 102 mPasswordView = (TextView) mView.findViewById(R.id.password); 103 mLabelView = (TextView) mView.findViewById(R.id.password_label); 105 mPasswordCheckBox = (CheckBox) mView.findViewById(R.id.show_password); 107 mProgressBar = (ProgressBar) mView.findViewById(R.id.progress_bar); 160 mView.findViewById(R.id.password_layout).setTextAlignment(View.TEXT_ALIGNMENT_CENTER);
|
/cts/tests/tests/animation/src/android/animation/cts/ |
LayoutAnimationTest.java | 42 private LinearLayout mView; 52 mView = (LinearLayout) mActivity.findViewById(R.id.container); 77 mView.setLayoutTransition(mLayoutTransition); 128 mView.setLayoutTransition(mLayoutTransition); 174 mView.setLayoutTransition(mLayoutTransition); 182 View mView; 188 this.mView = view; 196 this.mView = view;
|
/cts/tests/tests/app/src/android/app/cts/ |
AlertDialog_BuilderTest.java | 65 private View mView; 121 mView = null; 573 mView = mDialog.getWindow().findViewById(100); 577 assertEquals(view, mView); 593 mView = mDialog.getWindow().findViewById(100); 597 assertEquals(view, mView);
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
BaseInputConnectionTest.java | 46 private EditText mView; 66 mView = (EditText) mWindow.findViewById(R.id.entry); 67 mConnection = new BaseInputConnection(mView, true); 150 assertTrue(mView.requestFocus()); 151 assertTrue(mView.isFocused()); 156 BaseInputConnection dummyConnection = new BaseInputConnection(mView, false); 161 return text2.toString().equals(mView.getText().toString()); 200 assertTrue(mView.requestFocus()); 201 assertTrue(mView.isFocused()); 206 BaseInputConnection dummyConnection = new BaseInputConnection(mView, false) [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
HeaderViewListAdapterTest.java | 437 private final View mView = new View(mContext); 481 return mView;
|
/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/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...] |
/packages/apps/Camera2/src/com/android/camera/widget/ |
FilmstripView.java | 156 private final View mView; 177 mView = v; 219 return mView.getTranslationY() / mScale; 224 return mView.getTranslationX() / mScale; 229 mView.setTranslationY(transY * mScale); 234 mView.setTranslationX(transX * mScale); 239 mView.setAlpha(alpha); 244 return mView.getAlpha(); 249 return mView.getMeasuredWidth(); 346 mView.getHitRect(rect) [all...] |