/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ScreensaverActivity.java | 42 private View mContentView, mSaverView; field in 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(); in layoutClockSaver() 202 mContentView.forceLayout(); in layoutClockSaver() 206 mMoveSaverRunnable.registerViews(mContentView, mSaverView); in layoutClockSaver() 208 mContentView.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LOW_PROFILE in layoutClockSaver() [all …]
|
D | Screensaver.java | 44 private View mContentView, mSaverView; field in 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(); in layoutClockSaver() 189 mMoveSaverRunnable.registerViews(mContentView, mSaverView); in layoutClockSaver() 191 Utils.updateDate(mDateFormat, mDateFormatForAccessibility, mContentView); in layoutClockSaver() 192 Utils.refreshAlarm(Screensaver.this, mContentView); in layoutClockSaver()
|
D | Utils.java | 212 private View mContentView, mSaverView; field in Utils.ScreensaverMoveSaverRunnable 229 mContentView = contentView; in registerViews() 236 if (mContentView == null || mSaverView == null) { in run() 242 final float xrange = mContentView.getWidth() - mSaverView.getWidth(); in run() 243 final float yrange = mContentView.getHeight() - mSaverView.getHeight(); in run()
|
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
D | CarUiEntry.java | 60 private View mContentView; field in CarUiEntry 94 mContentView = inflater.inflate(R.layout.car_activity, null); in getContentView() 95 mDrawerLayout = (CarDrawerLayout) mContentView.findViewById(R.id.drawer_container); in getContentView() 97 mMenuButton = (ImageView) mContentView.findViewById(R.id.car_drawer_button); in getContentView() 98 mTitleView = (TextView) mContentView.findViewById(R.id.car_drawer_title); in getContentView() 99 mTruncatedListCardView = (CardView) mContentView.findViewById(R.id.truncated_list_card); in getContentView() 102 mListView = (PagedListView) mContentView.findViewById(R.id.list_view); in getContentView() 107 mTitleContainer = mContentView.findViewById(R.id.car_drawer_title_container); in getContentView() 109 mSearchBoxEndView = (FrameLayout) mContentView.findViewById(R.id.car_search_box_end_view); in getContentView() 110 mSearchBox = mContentView.findViewById(R.id.car_search_box); in getContentView() [all …]
|
D | CarDrawerLayout.java | 158 private View mContentView; field in CarDrawerLayout 329 return mContentView.dispatchKeyEvent(keyEvent); in dispatchKeyEvent() 629 if (mContentView != null) { in findContentView() 630 return mContentView; in findContentView() 639 mContentView = child; in findContentView() 768 mContentView.setFocusable(false); in initializeFocus() 769 boolean needFocus = !mDrawerView.hasFocus() && !mContentView.hasFocus(); in initializeFocus() 780 focusables = mContentView.getFocusables(FOCUS_DOWN); in initializeFocus() 794 mContentView.setFocusable(true); in initializeFocus()
|
/packages/apps/Settings/src/com/android/settings/ |
D | MasterClear.java | 67 private View mContentView; field in MasterClear 135 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_master_clear); in establishInitialState() 137 mExternalStorageContainer = mContentView.findViewById(R.id.erase_external_container); in establishInitialState() 138 mExternalStorage = (CheckBox) mContentView.findViewById(R.id.erase_external); in establishInitialState() 152 final View externalOption = mContentView.findViewById(R.id.erase_external_option_text); in establishInitialState() 155 final View externalAlsoErased = mContentView.findViewById(R.id.also_erases_external); in establishInitialState() 174 View masterClearContainer = mContentView.findViewById(R.id.master_clear_container); in establishInitialState() 202 View accountsLabel = mContentView.findViewById(R.id.accounts_label); in loadAccountList() 203 LinearLayout contents = (LinearLayout)mContentView.findViewById(R.id.accounts); in loadAccountList() 281 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList() [all …]
|
D | CryptKeeperSettings.java | 51 private View mContentView; field in CryptKeeperSettings 102 mContentView = inflater.inflate(R.layout.crypt_keeper_settings, null); in onCreateView() 107 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_encrypt); in onCreateView() 111 mPowerWarning = mContentView.findViewById(R.id.warning_unplugged); in onCreateView() 112 mBatteryWarning = mContentView.findViewById(R.id.warning_low_charge); in onCreateView() 114 return mContentView; in onCreateView()
|
D | MasterClearConfirm.java | 52 private View mContentView; field in MasterClearConfirm 135 mContentView.findViewById(R.id.execute_master_clear) in establishFinalConfirmationState() 153 mContentView = inflater.inflate(R.layout.master_clear_confirm, null); in onCreateView() 156 return mContentView; in onCreateView() 162 (TextView) mContentView.findViewById(R.id.master_clear_confirm); in setAccessibilityTitle()
|
D | ResetNetwork.java | 61 private View mContentView; field in ResetNetwork 133 mSubscriptionSpinner = (Spinner) mContentView.findViewById(R.id.reset_network_subscription); in establishInitialState() 179 mInitiateButton = (Button) mContentView.findViewById(R.id.initiate_reset_network); in establishInitialState() 199 mContentView = inflater.inflate(R.layout.reset_network, null); in onCreateView() 202 return mContentView; in onCreateView()
|
D | CryptKeeperConfirm.java | 97 private View mContentView; field in CryptKeeperConfirm 151 mFinalButton = (Button) mContentView.findViewById(R.id.execute_encrypt); in establishFinalConfirmationState() 158 mContentView = inflater.inflate(R.layout.crypt_keeper_confirm, null); in onCreateView() 160 return mContentView; in onCreateView()
|
D | ResetNetworkConfirm.java | 55 private View mContentView; field in ResetNetworkConfirm 117 mContentView.findViewById(R.id.execute_reset_network) in establishFinalConfirmationState() 135 mContentView = inflater.inflate(R.layout.reset_network_confirm, null); in onCreateView() 137 return mContentView; in onCreateView()
|
D | TrustedCredentialsSettings.java | 121 private final int mContentView; field in TrustedCredentialsSettings.Tab 133 mContentView = contentView; in Tab() 653 private View mContentView; field in TrustedCredentialsSettings.AdapterData.AliasLoader 673 mContentView = content.findViewById(mTab.mContentView); in onPreExecute() 675 mContentView.setVisibility(View.GONE); in onPreExecute() 761 mContentView.setVisibility(View.VISIBLE); in onPostExecute()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRootView.java | 83 private GLView mContentView; field in GLRootView 158 if (mContentView == content) return; in setContentPane() 159 if (mContentView != null) { in setContentPane() 164 mContentView.dispatchTouchEvent(cancelEvent); in setContentPane() 168 mContentView.detachFromRoot(); in setContentPane() 171 mContentView = content; in setContentPane() 214 if (mContentView == null || (mFlags & FLAG_NEED_LAYOUT) != 0) return; in requestLayoutContentPane() 266 if (mContentView != null && w != 0 && h != 0) { in layoutContentPane() 267 mContentView.layout(0, 0, w, h); in layoutContentPane() 410 if (mContentView != null) { in onDrawFrameLocked() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 135 private ViewGroup mContentView; field in AlarmActivity 200 mContentView = (ViewGroup) findViewById(R.id.content); in onCreate() 201 mAlarmButton = (ImageView) mContentView.findViewById(R.id.alarm); in onCreate() 202 mSnoozeButton = (ImageView) mContentView.findViewById(R.id.snooze); in onCreate() 203 mDismissButton = (ImageView) mContentView.findViewById(R.id.dismiss); in onCreate() 204 mHintView = (TextView) mContentView.findViewById(R.id.hint); in onCreate() 206 final TextView titleView = (TextView) mContentView.findViewById(R.id.title); in onCreate() 207 final TextClock digitalClock = (TextClock) mContentView.findViewById(R.id.digital_clock); in onCreate() 208 final CircleView pulseView = (CircleView) mContentView.findViewById(R.id.pulse); in onCreate() 350 mContentView.getLocationOnScreen(contentLocation); in onTouch() [all …]
|
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
D | RecordingCardView.java | 44 private final TextView mContentView; field in RecordingCardView 62 mContentView = (TextView) findViewById(R.id.content); in RecordingCardView() 70 mContentView.setText(content); in setContent() 112 mContentView.setText(""); in reset()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | TvViewUiManager.java | 66 private final FrameLayout mContentView; field in TvViewUiManager 115 mContentView = contentView; in TvViewUiManager() 151 mContentView.addOnLayoutChangeListener(new View.OnLayoutChangeListener() { in TvViewUiManager() 225 int viewWidth = mContentView.getWidth(); in isDisplayModeAvailable() 226 int viewHeight = mContentView.getHeight(); in isDisplayModeAvailable() 445 int decorViewWidth = mContentView.getWidth(); in setBackgroundColor() 446 int decorViewHeight = mContentView.getHeight(); in setBackgroundColor() 456 mContentView.setBackgroundColor(color); in setBackgroundColor() 466 mContentView.setBackgroundColor(color); in setBackgroundColor() 699 mBackgroundAnimator.setTarget(mContentView); in initBackgroundAnimatorIfNeeded() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | EmptyViewController.java | 38 private final View mContentView; field in EmptyViewController 50 mContentView = contentView; in EmptyViewController() 80 mContentView.setVisibility(mIsEmpty ? View.GONE : View.VISIBLE); in setEmpty()
|