Searched defs:mCurrentView (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java44 private StateView mCurrentView; field in class:StatePanelTrack
197 mCurrentView = view;
198 if (mCurrentSelectedView == mCurrentView) {
209 mCurrentSelectedView = mCurrentView;
217 if (mCurrentView != null) {
225 if (mCurrentView == null) {
240 float alpha = 1.0f - (Math.abs(translation) / mCurrentView.getHeight());
243 alpha = 1.0f - (Math.abs(translation) / mCurrentView.getWidth());
244 mCurrentView.setTranslationX(translation);
246 mCurrentView
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DFocusIndicatorHelper.java86 private View mCurrentView; field in class:FocusIndicatorHelper
89 * The fraction indicating the position of the focusRect between {@link #mCurrentView}
143 if (mCurrentView != null && mCurrentView.isAttachedToWindow()) {
144 viewToRect(mCurrentView, sTempRect1);
204 mCurrentView = v;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java84 private View mCurrentView; field in class:TimerFragment
233 if (mCurrentView == mCreateTimerView) {
240 if (mCurrentView == mTimersView) {
279 } else if (mCurrentView == mCreateTimerView) {
306 if (mCurrentView == mTimersView) {
317 } else if (mCurrentView == mCreateTimerView) {
330 if (mCurrentView == mTimersView) {
365 } else if (mCurrentView == mCreateTimerView) {
390 if (mCurrentView == mTimersView) {
404 } else if (mCurrentView
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java114 private int mCurrentView; field in class:AllInOneActivity
596 outState.putInt(BUNDLE_KEY_RESTORE_VIEW, mCurrentView);
597 if (mCurrentView == ViewType.EDIT) {
599 } else if (mCurrentView == ViewType.AGENDA) {
698 if (mCurrentView == ViewType.EDIT || mBackToPreviousView) {
854 if (!force && mCurrentView == viewType) {
859 boolean doTransition = viewType != ViewType.MONTH && mCurrentView != ViewType.MONTH;
863 if (mCurrentView == ViewType.AGENDA) {
872 if (viewType != mCurrentView) {
875 if (mCurrentView !
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java158 private ContactsView mCurrentView; field in class:PeopleActivity
391 mCurrentView = ContactsView.values()[savedState.getInt(KEY_CONTACTS_VIEW)];
393 mCurrentView = ContactsView.ALL_CONTACTS;
899 outState.putInt(KEY_CONTACTS_VIEW, mCurrentView.ordinal());
967 mCurrentView = ContactsView.ACCOUNT_VIEW;
986 mCurrentView = contactsView;
1017 mCurrentView = ContactsView.ALL_CONTACTS;
1210 return mCurrentView == ContactsView.GROUP_VIEW;
1214 return mCurrentView == ContactsView.ASSISTANT;
1218 return mCurrentView
[all...]

Completed in 206 milliseconds