Searched refs:currentView (Results 1 – 6 of 6) sorted by relevance
54 View currentView = view; in isPositionVisible() local56 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 …]
130 MenuRowView currentView = mMenuRowViews.get(mSelectedPosition); in layout() local131 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() local389 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 …]
180 DayView currentView = (DayView) mViewSwitcher.getCurrentView(); in goTo() local183 int diff = currentView.compareToVisibleTimeRange(goToTime); in goTo()187 currentView.setSelected(goToTime, ignoreTime, animateToday); in goTo()200 next.setFirstVisibleHour(currentView.getFirstVisibleHour()); in goTo()
343 public void setCurrentView(View currentView) { in setCurrentView() argument344 mCurrentView = (StateView) currentView; in setCurrentView()
658 final View currentView = activityWindow != null ? activityWindow.getDecorView() : null; in getReducedSizeBitmap() local659 final View rootView = currentView != null ? currentView.getRootView() : null; in getReducedSizeBitmap()
4284 getter currentView