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

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowToken.java 102 View startingView;
313 if (startingWindow != null || startingView != null
316 pw.print(" startingView="); pw.print(startingView);
WindowManagerService.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
UI.java 87 public void showComboView(ComboViews startingView, Bundle extra);
ComboViewActivity.java 54 ComboViews startingView = svStr != null
79 switch (startingView) {
BaseUi.java 510 public void showComboView(ComboViews startingView, Bundle extras) {
512 intent.putExtra(ComboViewActivity.EXTRA_INITIAL_VIEW, startingView.name());

Completed in 150 milliseconds