HomeSort by relevance Sort by last modified time
    Searched refs:lastView (Results 1 - 7 of 7) 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/
KeyguardViewManager.java 291 final KeyguardViewBase lastView = mKeyguardView;
296 lastView.cleanUp();
297 mKeyguardHost.removeView(lastView);
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 622 View lastView = null;
657 if (lastView != null) {
659 lastView.setBackgroundResource(lastLight ? topBright : topDark);
661 lastView.setBackgroundResource(lastLight ? centerBright : centerDark);
665 lastView = v;
669 if (lastView != null) {
675 lastView.setBackgroundResource(
678 lastView.setBackgroundResource(lastLight ? fullBright : fullDark);
    [all...]
  /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 103 milliseconds