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

  /frameworks/base/services/java/com/android/server/wm/
AppWindowToken.java 100 View startingView;
285 if (startingWindow != null || startingView != null
288 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 136 milliseconds