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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBarView.java 36 private final View[] mPanels = new View[MAX_PANELS];
95 for (int i=0; i < mPanels.length; i++) {
96 if (mPanels[i] != null && mPanels[i].getVisibility() == View.VISIBLE) {
144 mPanels[index] = panel;
  /sdk/ddms/app/src/com/android/ddms/
UIThread.java 114 * indices in mPanels. PANEL_CLIENT_LIST is a "virtual" panel representing
136 private static TablePanel[] mPanels = new TablePanel[PANEL_COUNT];
412 mPanels[PANEL_INFO] = new InfoPanel();
413 mPanels[PANEL_THREAD] = new ThreadPanel();
414 mPanels[PANEL_HEAP] = new HeapPanel();
417 mPanels[PANEL_NATIVE_HEAP] = new NativeHeapPanel();
419 mPanels[PANEL_NATIVE_HEAP] =
423 mPanels[PANEL_NATIVE_HEAP] = null;
425 mPanels[PANEL_ALLOCATIONS] = new AllocationPanel();
426 mPanels[PANEL_SYSINFO] = new SysinfoPanel()
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 147 private PanelFeatureState[] mPanels;
851 final PanelFeatureState[] panels = mPanels;
    [all...]

Completed in 54 milliseconds