Searched refs:currentView (Results 1 – 5 of 5) 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 …]
127 MenuRowView currentView = mMenuRowViews.get(mSelectedPosition); in layout() local128 if (currentView.getVisibility() == View.GONE) { in layout()142 currentView = mMenuRowViews.get(i); in layout()143 currentView.layout(rect.left, rect.top, rect.right, rect.bottom); in layout()444 final MenuRowView currentView = mMenuRowViews.get(position); in setSelectedPositionSmooth() local445 TextView currentTitleView = currentView.getTitleView(); in setSelectedPositionSmooth()446 View currentContentsView = currentView.getContentsView(); in setSelectedPositionSmooth()449 if (currentView instanceof PlayControlsRowView) { in setSelectedPositionSmooth()450 ((PlayControlsRowView) currentView).onPreselected(); in setSelectedPositionSmooth()542 int distanceCurrentTitle = currentLayoutRect.top - currentView.getTop(); in setSelectedPositionSmooth()[all …]
175 DayView currentView = (DayView) mViewSwitcher.getCurrentView(); in goTo() local178 int diff = currentView.compareToVisibleTimeRange(goToTime); in goTo()182 currentView.setSelected(goToTime, ignoreTime, animateToday); in goTo()195 next.setFirstVisibleHour(currentView.getFirstVisibleHour()); in goTo()
343 public void setCurrentView(View currentView) { in setCurrentView() argument344 mCurrentView = (StateView) currentView; in setCurrentView()
663 final View currentView = activityWindow != null ? activityWindow.getDecorView() : null; in getReducedSizeBitmap() local664 final View rootView = currentView != null ? currentView.getRootView() : null; in getReducedSizeBitmap()