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

  /frameworks/support/v4/java/android/support/v4/widget/
ListViewAutoScrollHelper.java 69 final View lastView = target.getChildAt(childCount - 1);
70 if (lastView.getBottom() <= target.getHeight()) {
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 373 View lastView = null;
378 lastView = mTileGrid.getChildAt(last);
383 lastView = mAttachmentLayout.getChildAt(last);
386 if (lastView != null) {
387 lastView.requestFocus();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupType.java 82 View lastView = parent.getChildAt(0);
95 params.addRule(RelativeLayout.BELOW, lastView.getId());
101 lastView = button;
AccountSetupIncomingFragment.java 364 TextView lastView = mImapPathPrefixView;
371 lastView = mPortView;
378 lastView.setOnEditorActionListener(mDismissImeOnDoneListener);
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java     [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardViewManager.java 503 final KeyguardViewBase lastView = mKeyguardView;
509 lastView.cleanUp();
513 mKeyguardHost.removeView(lastView);
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 634 View lastView = null;
669 if (lastView != null) {
671 lastView.setBackgroundResource(lastLight ? topBright : topDark);
673 lastView.setBackgroundResource(lastLight ? centerBright : centerDark);
677 lastView = v;
681 if (lastView != null) {
687 lastView.setBackgroundResource(
690 lastView.setBackgroundResource(lastLight ? fullBright : fullDark);
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 573 milliseconds