Home
last modified time | relevance | path

Searched refs:lastView (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
DListViewAutoScrollHelper.java61 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local
62 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
/frameworks/base/core/java/com/android/internal/app/
DAlertController.java801 View lastView = null; in setBackground() local
838 if (lastView != null) { in setBackground()
840 lastView.setBackgroundResource(lastLight ? topBright : topDark); in setBackground()
842 lastView.setBackgroundResource(lastLight ? centerBright : centerDark); in setBackground()
847 lastView = v; in setBackground()
851 if (lastView != null) { in setBackground()
859 lastView.setBackgroundResource( in setBackground()
865 lastView.setBackgroundResource(lastLight ? fullBright : fullDark); in setBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java262 ExpandableView lastView = null; in initAlgorithmState() local
270 if (lastView != null) { in initAlgorithmState()
271 Float prevValue = state.increasedPaddingMap.get(lastView); in initAlgorithmState()
275 state.increasedPaddingMap.put(lastView, newValue); in initAlgorithmState()
295 lastView = v; in initAlgorithmState()
DNotificationStackScrollLayout.java1951 ActivatableNotificationView lastView = mLastVisibleBackgroundChild; in updateBackgroundBounds() local
1953 if (lastView != null) { in updateBackgroundBounds()
1954 int finalTranslationY = (int) StackStateAnimator.getFinalTranslationY(lastView); in updateBackgroundBounds()
1955 int finalHeight = StackStateAnimator.getFinalActualHeight(lastView); in updateBackgroundBounds()
1964 bottom = (int) (lastView.getTranslationY() + lastView.getActualHeight()); in updateBackgroundBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java260 View lastView = landscape ? mLastRot90 : mLastRot0; in inflateButton() local
261 if (lastView != null) { in inflateButton()
262 v.setAccessibilityTraversalAfter(lastView.getId()); in inflateButton()
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java906 final View lastView = target.getChildAt(childCount - 1); in canTargetScrollVertically() local
907 if (lastView.getBottom() <= target.getHeight()) { in canTargetScrollVertically()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2571 View lastView = null;
2601 lastView = findViewByPosition(positions.get(positions.size() - 1));
2602 if (getViewMax(lastView) - viewMin > clientSize) {
2603 lastView = null;
2607 if (lastView != null) {
2612 lastView = view;
2619 } else if (lastView != null) {
2620 scrollPrimary = getViewMax(lastView) - (paddingLow + clientSize);
2625 } else if (lastView != null) {
2626 secondaryAlignedView = lastView;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java264 View lastView = rv.getChildAt(rv.getChildCount() - 1); in movingAGroupOffScreenForAddedItems() local
265 final int lastPos = rv.getChildAdapterPosition(lastView); in movingAGroupOffScreenForAddedItems()
/frameworks/base/core/java/android/widget/
DAbsListView.java4724 final View lastView = getChildAt(offsetToLast);
4725 mMotionViewOriginalTop = lastView.getTop();
7456 final View lastView = getChildAt(lastViewIndex); in run() local
7457 final int lastViewHeight = lastView.getHeight(); in run()
7458 final int lastViewTop = lastView.getTop(); in run()
7546 final View lastView = getChildAt(lastViewIndex); in run() local
7547 final int lastViewHeight = lastView.getHeight(); in run()
7548 final int lastViewTop = lastView.getTop(); in run()