HomeSort by relevance Sort by last modified time
    Searched refs:lastView (Results 1 - 23 of 23) sorted by null

  /frameworks/support/core-ui/java/android/support/v4/widget/
ListViewAutoScrollHelper.java 61 final View lastView = target.getChildAt(childCount - 1);
62 if (lastView.getBottom() <= target.getHeight()) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupTypeFragment.java 56 View lastView = parent.getChildAt(0);
70 params.addRule(RelativeLayout.BELOW, lastView.getId());
76 lastView = button;
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 433 View lastView = null;
438 lastView = mTileGrid.getChildAt(last);
443 lastView = mAttachmentLayout.getChildAt(last);
446 if (lastView != null) {
447 lastView.requestFocus();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 248 ExpandableView lastView = null;
259 if (lastView != null) {
260 Float prevValue = state.paddingMap.get(lastView);
276 state.paddingMap.put(lastView, newValue);
278 } else if (lastView != null) {
279 float newValue = getPaddingForValue(state.paddingMap.get(lastView));
280 state.paddingMap.put(lastView, newValue);
299 lastView = v;
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 822 View lastView = null;
859 if (lastView != null) {
861 lastView.setBackgroundResource(lastLight ? topBright : topDark);
863 lastView.setBackgroundResource(lastLight ? centerBright : centerDark);
868 lastView = v;
872 if (lastView != null) {
880 lastView.setBackgroundResource(
886 lastView.setBackgroundResource(lastLight ? fullBright : fullDark);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 152 View lastView = ambientState.getLastVisibleBackgroundChild();
153 if (lastView != null) {
156 ExpandableViewState lastViewState = resultState.getViewStateForView(lastView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 266 View lastView = landscape ? mLastLandscape : mLastPortrait;
267 if (lastView != null) {
268 v.setAccessibilityTraversalAfter(lastView.getId());
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java 212 final View lastView = mRecyclerView.getChildAt(mRecyclerView.getChildCount() - 1);
218 final long id = mRecyclerView.getChildItemId(lastView);
226 return isAtBottom && lastView.getBottom() <= mRecyclerView.getHeight();
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 629 View lastView = rv.getChildAt(rv.getChildCount() - 1);
630 final int lastPos = rv.getChildAdapterPosition(lastView);
    [all...]
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java     [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 

Completed in 903 milliseconds