Home
last modified time | relevance | path

Searched refs:currentView (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCursorAnchorInfoUtils.java54 View currentView = view; in isPositionVisible() local
56 while (currentView != null) { in isPositionVisible()
57 if (currentView != view) { in isPositionVisible()
59 position[0] -= currentView.getScrollX(); in isPositionVisible()
60 position[1] -= currentView.getScrollY(); in isPositionVisible()
64 position[0] > currentView.getWidth() || position[1] > currentView.getHeight()) { in isPositionVisible()
68 if (!currentView.getMatrix().isIdentity()) { in isPositionVisible()
69 currentView.getMatrix().mapPoints(position); in isPositionVisible()
72 position[0] += currentView.getLeft(); in isPositionVisible()
73 position[1] += currentView.getTop(); in isPositionVisible()
[all …]
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java130 MenuRowView currentView = mMenuRowViews.get(mSelectedPosition); in layout() local
131 if (currentView.getVisibility() == View.GONE) { in layout()
145 currentView = mMenuRowViews.get(i); in layout()
146 currentView.layout(rect.left, rect.top, rect.right, rect.bottom); in layout()
387 MenuRowView currentView = mMenuRowViews.get(position); in setSelectedPositionSmooth() local
389 currentView.getTitleView().setVisibility(View.VISIBLE); in setSelectedPositionSmooth()
390 currentView.getContentsView().setVisibility(View.VISIBLE); in setSelectedPositionSmooth()
449 int distanceCurrentTitle = currentLayoutRect.top - currentView.getTop(); in setSelectedPositionSmooth()
471 TextView currentTitleView = currentView.getTitleView(); in setSelectedPositionSmooth()
472 View currentContentsView = currentView.getContentsView(); in setSelectedPositionSmooth()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java180 DayView currentView = (DayView) mViewSwitcher.getCurrentView(); in goTo() local
183 int diff = currentView.compareToVisibleTimeRange(goToTime); in goTo()
187 currentView.setSelected(goToTime, ignoreTime, animateToday); in goTo()
200 next.setFirstVisibleHour(currentView.getFirstVisibleHour()); in goTo()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java343 public void setCurrentView(View currentView) { in setCurrentView() argument
344 mCurrentView = (StateView) currentView; in setCurrentView()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java658 final View currentView = activityWindow != null ? activityWindow.getDecorView() : null; in getReducedSizeBitmap() local
659 final View rootView = currentView != null ? currentView.getRootView() : null; in getReducedSizeBitmap()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt4284 getter currentView