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

  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 91 // lastView is the rightmost view, the first one that the options button
93 - (void)adjustOptionsButtonSizeAndVisibilityForView:(NSView*)lastView;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
KeyguardViewManager.java 289 final KeyguardViewBase lastView = mKeyguardView;
294 lastView.cleanUp();
295 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/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewManager.java 398 final KeyguardViewBase lastView = mKeyguardView;
404 lastView.cleanUp();
405 mKeyguardHost.removeView(lastView);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 296 TextView lastView = mImapPathPrefixView;
303 lastView = mPortView;
314 lastView.setOnEditorActionListener(mDismissImeOnDoneListener);
AccountSetupExchangeFragment.java 145 EditText lastView = mServerView;
146 lastView.setOnEditorActionListener(mDismissImeOnDoneListener);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 217 NSView *lastView = [m_webView _findLastViewInKeyViewLoop];
219 if ([m_webView _becomingFirstResponderFromOutside] && m_webView == [lastView nextValidKeyView])
221 [[m_webView window] selectKeyViewFollowingView:lastView];
    [all...]
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 254 milliseconds