Searched refs:mContentView (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DTabScrollView.java33 private LinearLayout mContentView; field in class:TabScrollView
71 mContentView = new TabLayout(ctx);
72 mContentView.setOrientation(LinearLayout.HORIZONTAL);
73 mContentView.setLayoutParams(
75 mContentView.setPadding(
78 addView(mContentView);
92 final int count = mContentView.getChildCount();
94 final TabView tv = (TabView) mContentView.getChildAt(i);
114 return mContentView.indexOfChild(v);
118 if ((mSelected >= 0) && (mSelected < mContentView
[all...]
H A DNavTabScroller.java53 private ContentLayout mContentView; field in class:NavTabScroller
92 mContentView = new ContentLayout(ctx, this);
93 mContentView.setOrientation(LinearLayout.HORIZONTAL);
94 addView(mContentView);
95 mContentView.setLayoutParams(
112 return (NavTabView) mContentView.getChildAt(pos);
120 mContentView.setOrientation(orientation);
122 mContentView.setLayoutParams(
125 mContentView.setLayoutParams(
139 View v = mContentView
[all...]
H A DPhoneUi.java152 mPieControl.forceToTop(mContentView);
290 mAnimScreen.mMain.layout(0, 0, mContentView.getWidth(),
291 mContentView.getHeight());
294 int fromRight = mContentView.getWidth();
295 int fromBottom = mContentView.getHeight();
299 int toLeft = (mContentView.getWidth() - width) / 2;
303 float scaleFactor = width / (float) mContentView.getWidth();
305 mContentView.setVisibility(View.GONE);
357 mContentView.setVisibility(View.VISIBLE);
367 mContentView
[all...]
H A DBaseUi.java90 protected FrameLayout mContentView; field in class:BaseUi
132 mContentView = (FrameLayout) frameLayout.findViewById(
142 mContentView);
209 mPieControl.attachToContainer(mContentView);
212 mPieControl.removeFromContainer(mContentView);
285 mPieControl.forceToTop(mContentView);
356 if (parent != mContentView) {
360 mContentView.addView(container, COVER_SCREEN_PARAMS);
379 mContentView.removeView(container);
395 mContentView, fals
[all...]
H A DXLargeUi.java179 if (mContentView != null) {
180 return mContentView.getWidth();
257 return mContentView.dispatchKeyEvent(event);
H A DTitleBar.java49 private FrameLayout mContentView; field in class:TitleBar
69 mContentView = contentView;
124 mContentView.addView(this, makeLayoutParams());
/packages/apps/Settings/src/com/android/settings/
H A DMasterClearConfirm.java45 private View mContentView; field in class:MasterClearConfirm
76 mFinalButton = (Button) mContentView.findViewById(R.id.execute_master_clear);
83 mContentView = inflater.inflate(R.layout.master_clear_confirm, null);
85 return mContentView;
H A DMasterClear.java62 private View mContentView; field in class:MasterClear
152 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear);
154 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container);
155 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
169 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text);
172 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external);
197 View accountsLabel = mContentView.findViewById(R.id.accounts_label);
198 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
258 mContentView = inflater.inflate(R.layout.master_clear, null);
261 return mContentView;
[all...]
H A DCryptKeeperConfirm.java84 private View mContentView; field in class:CryptKeeperConfirm
101 mFinalButton = (Button) mContentView.findViewById(R.id.execute_encrypt);
108 mContentView = inflater.inflate(R.layout.crypt_keeper_confirm, null);
110 return mContentView;
H A DCryptKeeperSettings.java53 private View mContentView; field in class:CryptKeeperSettings
105 mContentView = inflater.inflate(R.layout.crypt_keeper_settings, null);
110 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_encrypt);
114 mPowerWarning = mContentView.findViewById(R.id.warning_unplugged);
115 mBatteryWarning = mContentView.findViewById(R.id.warning_low_charge);
117 return mContentView;
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaver.java39 private View mContentView, mSaverView; field in class:Screensaver
51 Utils.refreshAlarm(Screensaver.this, mContentView);
59 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
73 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
74 Utils.refreshAlarm(Screensaver.this, mContentView);
160 mContentView = (View) mSaverView.getParent();
163 mMoveSaverRunnable.registerViews(mContentView, mSaverView);
165 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
166 Utils.refreshAlarm(Screensaver.this, mContentView);
H A DScreensaverActivity.java45 private View mContentView, mSaverView; field in class:ScreensaverActivity
75 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
76 Utils.refreshAlarm(ScreensaverActivity.this, mContentView);
86 Utils.refreshAlarm(ScreensaverActivity.this, mContentView);
94 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
198 mContentView = (View) mSaverView.getParent();
199 mContentView.forceLayout();
203 mMoveSaverRunnable.registerViews(mContentView, mSaverView);
205 mContentView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE
209 Utils.updateDate(mDateFormat, mDateFormatForAccessibility,mContentView);
[all...]
H A DUtils.java247 private View mContentView, mSaverView; field in class:Utils.ScreensaverMoveSaverRunnable
264 mContentView = contentView;
271 if (mContentView == null || mSaverView == null) {
277 final float xrange = mContentView.getWidth() - mSaverView.getWidth();
278 final float yrange = mContentView.getHeight() - mSaverView.getHeight();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java83 private GLView mContentView; field in class:GLRootView
158 if (mContentView == content) return;
159 if (mContentView != null) {
164 mContentView.dispatchTouchEvent(cancelEvent);
168 mContentView.detachFromRoot();
171 mContentView = content;
214 if (mContentView == null || (mFlags & FLAG_NEED_LAYOUT) != 0) return;
266 if (mContentView != null && w != 0 && h != 0) {
267 mContentView.layout(0, 0, w, h);
270 //mContentView
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java78 private TextView mContentView; field in class:BluetoothOppIncomingFileConfirmActivity
130 mContentView = (TextView)view.findViewById(R.id.content);
135 mContentView.setText(text);
204 mContentView.setText(getString(R.string.incoming_file_confirm_timeout_content,

Completed in 548 milliseconds