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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaverActivity.java42 private View mContentView, mSaverView; field in class:ScreensaverActivity
73 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
74 Utils.refreshAlarm(ScreensaverActivity.this, mContentView);
79 Utils.refreshAlarm(ScreensaverActivity.this, mContentView);
89 Utils.refreshAlarm(ScreensaverActivity.this, mContentView);
98 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
201 mContentView = (View) mSaverView.getParent();
202 mContentView.forceLayout();
206 mMoveSaverRunnable.registerViews(mContentView, mSaverView);
208 mContentView
[all...]
H A DScreensaver.java44 private View mContentView, mSaverView; field in class:Screensaver
58 Utils.refreshAlarm(Screensaver.this, mContentView);
67 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
87 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
88 Utils.refreshAlarm(Screensaver.this, mContentView);
91 Utils.refreshAlarm(Screensaver.this, mContentView);
186 mContentView = (View) mSaverView.getParent();
189 mMoveSaverRunnable.registerViews(mContentView, mSaverView);
191 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView);
192 Utils.refreshAlarm(Screensaver.this, mContentView);
[all...]
H A DUtils.java212 private View mContentView, mSaverView; field in class:Utils.ScreensaverMoveSaverRunnable
229 mContentView = contentView;
236 if (mContentView == null || mSaverView == null) {
242 final float xrange = mContentView.getWidth() - mSaverView.getWidth();
243 final float yrange = mContentView.getHeight() - mSaverView.getHeight();
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEmptyViewController.java38 private final View mContentView; field in class:EmptyViewController
50 mContentView = contentView;
80 mContentView.setVisibility(mIsEmpty ? View.GONE : View.VISIBLE);
/packages/apps/Settings/src/com/android/settings/
H A DMasterClear.java67 private View mContentView; field in class:MasterClear
135 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear);
137 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container);
138 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external);
152 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text);
155 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external);
174 View masterClearContainer = mContentView.findViewById(R.id.master_clear_container);
202 View accountsLabel = mContentView.findViewById(R.id.accounts_label);
203 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts);
281 View otherUsers = mContentView
[all...]
H A DMasterClearConfirm.java52 private View mContentView; field in class:MasterClearConfirm
135 mContentView.findViewById(R.id.execute_master_clear)
153 mContentView = inflater.inflate(R.layout.master_clear_confirm, null);
156 return mContentView;
162 (TextView) mContentView.findViewById(R.id.master_clear_confirm);
H A DCryptKeeperConfirm.java97 private View mContentView; field in class:CryptKeeperConfirm
151 mFinalButton = (Button) mContentView.findViewById(R.id.execute_encrypt);
158 mContentView = inflater.inflate(R.layout.crypt_keeper_confirm, null);
160 return mContentView;
H A DResetNetworkConfirm.java55 private View mContentView; field in class:ResetNetworkConfirm
117 mContentView.findViewById(R.id.execute_reset_network)
135 mContentView = inflater.inflate(R.layout.reset_network_confirm, null);
137 return mContentView;
H A DCryptKeeperSettings.java51 private View mContentView; field in class:CryptKeeperSettings
102 mContentView = inflater.inflate(R.layout.crypt_keeper_settings, null);
107 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_encrypt);
111 mPowerWarning = mContentView.findViewById(R.id.warning_unplugged);
112 mBatteryWarning = mContentView.findViewById(R.id.warning_low_charge);
114 return mContentView;
H A DResetNetwork.java61 private View mContentView; field in class:ResetNetwork
133 mSubscriptionSpinner = (Spinner) mContentView.findViewById(R.id.reset_network_subscription);
183 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_reset_network);
203 mContentView = inflater.inflate(R.layout.reset_network, null);
206 return mContentView;
H A DTrustedCredentialsSettings.java121 private final int mContentView; field in class:TrustedCredentialsSettings.Tab
133 mContentView = contentView;
653 private View mContentView; field in class:TrustedCredentialsSettings.AdapterData.AliasLoader
673 mContentView = content.findViewById(mTab.mContentView);
675 mContentView.setVisibility(View.GONE);
761 mContentView.setVisibility(View.VISIBLE);
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DRecordingCardView.java44 private final TextView mContentView; field in class:RecordingCardView
62 mContentView = (TextView) findViewById(R.id.content);
70 mContentView.setText(content);
112 mContentView.setText("");
/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/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DCarUiEntry.java60 private View mContentView; field in class:CarUiEntry
94 mContentView = inflater.inflate(R.layout.car_activity, null);
95 mDrawerLayout = (CarDrawerLayout) mContentView.findViewById(R.id.drawer_container);
97 mMenuButton = (ImageView) mContentView.findViewById(R.id.car_drawer_button);
98 mTitleView = (TextView) mContentView.findViewById(R.id.car_drawer_title);
99 mTruncatedListCardView = (CardView) mContentView.findViewById(R.id.truncated_list_card);
102 mListView = (PagedListView) mContentView.findViewById(R.id.list_view);
107 mTitleContainer = mContentView.findViewById(R.id.car_drawer_title_container);
109 mSearchBoxEndView = (FrameLayout) mContentView.findViewById(R.id.car_search_box_end_view);
110 mSearchBox = mContentView
[all...]
H A DCarDrawerLayout.java158 private View mContentView; field in class:CarDrawerLayout
329 return mContentView.dispatchKeyEvent(keyEvent);
629 if (mContentView != null) {
630 return mContentView;
639 mContentView = child;
768 mContentView.setFocusable(false);
769 boolean needFocus = !mDrawerView.hasFocus() && !mContentView.hasFocus();
780 focusables = mContentView.getFocusables(FOCUS_DOWN);
794 mContentView.setFocusable(true);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java135 private ViewGroup mContentView; field in class:AlarmActivity
200 mContentView = (ViewGroup) findViewById(R.id.content);
201 mAlarmButton = (ImageView) mContentView.findViewById(R.id.alarm);
202 mSnoozeButton = (ImageView) mContentView.findViewById(R.id.snooze);
203 mDismissButton = (ImageView) mContentView.findViewById(R.id.dismiss);
204 mHintView = (TextView) mContentView.findViewById(R.id.hint);
206 final TextView titleView = (TextView) mContentView.findViewById(R.id.title);
207 final TextClock digitalClock = (TextClock) mContentView.findViewById(R.id.digital_clock);
208 final CircleView pulseView = (CircleView) mContentView.findViewById(R.id.pulse);
350 mContentView
[all...]
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java66 private final FrameLayout mContentView; field in class:TvViewUiManager
115 mContentView = contentView;
151 mContentView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() {
225 int viewWidth = mContentView.getWidth();
226 int viewHeight = mContentView.getHeight();
445 int decorViewWidth = mContentView.getWidth();
446 int decorViewHeight = mContentView.getHeight();
456 mContentView.setBackgroundColor(color);
466 mContentView.setBackgroundColor(color);
699 mBackgroundAnimator.setTarget(mContentView);
[all...]

Completed in 336 milliseconds