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

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 221 final KeyguardViewBase lastView = mKeyguardView;
226 lastView.cleanUp();
227 mKeyguardHost.removeView(lastView);
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 571 View lastView = null;
606 if (lastView != null) {
608 lastView.setBackgroundResource(lastLight ? topBright : topDark);
610 lastView.setBackgroundResource(lastLight ? centerBright : centerDark);
614 lastView = v;
618 if (lastView != null) {
624 lastView.setBackgroundResource(
627 lastView.setBackgroundResource(lastLight ? fullBright : fullDark);
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 169 NSView *lastView = [m_webView _findLastViewInKeyViewLoop];
171 if ([m_webView _becomingFirstResponderFromOutside] && m_webView == [lastView nextValidKeyView])
173 [[m_webView window] selectKeyViewFollowingView:lastView];
  /frameworks/base/core/java/android/widget/
AbsListView.java     [all...]

Completed in 133 milliseconds