Home
last modified time | relevance | path

Searched defs:currentView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java175 DayView currentView = (DayView) mViewSwitcher.getCurrentView(); in goTo() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java54 View currentView = view; in isPositionVisible() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java343 public void setCurrentView(View currentView) { in setCurrentView()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java127 MenuRowView currentView = mMenuRowViews.get(mSelectedPosition); in layout() local
444 final MenuRowView currentView = mMenuRowViews.get(position); in setSelectedPositionSmooth() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java663 final View currentView = activityWindow != null ? activityWindow.getDecorView() : null; in getReducedSizeBitmap() local