HomeSort by relevance Sort by last modified time
    Searched defs:panelView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 114 View panelView = main.findViewById(R.id.listItems);
115 if (panelView instanceof CategoryTrack) {
116 CategoryTrack panel = (CategoryTrack) panelView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 59 KeyguardStatusBarView statusBarView, NotificationPanelView panelView,
69 panelView.setKeyguardUserSwitcher(this);

Completed in 179 milliseconds