Searched defs:panel (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java73 public TouchOutsideListener(StatusBarPanel panel) { argument
74 mPanel = panel;
170 // recents panel will take care of calling show(false) through simulateClick
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java107 // figure out which panel needs to be talked to here
109 final PanelView panel = selectPanelForTouch(event);
110 if (panel == null) {
111 // panel is not there, so we'll eat the gesture
112 Log.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)",
117 boolean enabled = panel.isEnabled();
118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
121 // panel is disabled, so we'll eat the gesture
123 "onTouch: panel (
137 startOpeningPanel(PanelView panel) argument
148 panelExpansionChanged(PanelView panel, float frac) argument
221 onTrackingStarted(PanelView panel) argument
229 onTrackingStopped(PanelView panel) argument
[all...]
H A DPhoneStatusBarView.java122 // No double swiping. If either panel is open, nothing else can be pulled down.
155 public void startOpeningPanel(PanelView panel) { argument
156 super.startOpeningPanel(panel);
157 // we only want to start fading if this is the "first" or "last" panel,
161 Log.v(TAG, "start opening: " + panel + " shouldfade=" + mShouldFade);
163 mFadingPanel = panel;
210 public void panelExpansionChanged(PanelView panel, float frac) { argument
211 super.panelExpansionChanged(panel, frac);
217 if (panel == mFadingPanel && mScrimColor != 0 && ActivityManager.isHighEndGfx()) {
234 // fade out the panel a
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java119 // Search panel
568 if (DEBUG) Log.d(TAG, "opening search panel");
575 if (DEBUG) Log.d(TAG, "closing search panel");
589 public TouchOutsideListener(int msg, StatusBarPanel panel) { argument
591 mPanel = panel;
765 * The LEDs are turned o)ff when the notification panel is shown, even just a little bit.
978 // It failed to add cleanly. Log, and remove the view from the panel.
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java105 * The fade color used for the sliding panel. 0 = no fading.
115 * The fade color used for the panel covered by the slider. 0 = no fading.
126 * This is the minimum section of the sliding panel that will
132 * True if a panel can slide with the current measurements
142 * How far the panel is offset from its closed position.
148 * How far the non-sliding panel is parallaxed from its usual position when open.
154 * How far in pixels the slideable panel may move.
159 * A panel view is locked into internal scrolling or another condition that
208 * @param panel The child view that was moved
211 public void onPanelSlide(View panel, floa argument
217 onPanelOpened(View panel) argument
224 onPanelClosed(View panel) argument
233 onPanelSlide(View panel, float slideOffset) argument
236 onPanelOpened(View panel) argument
239 onPanelClosed(View panel) argument
327 dispatchOnPanelSlide(View panel) argument
333 dispatchOnPanelOpened(View panel) argument
340 dispatchOnPanelClosed(View panel) argument
347 updateObscuredViewsVisibility(View panel) argument
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java170 * The panel that is prepared or opened (the most recent one if there are
171 * multiple panels). Shortcuts will go to this panel. It gets set in
377 * Prepares the panel to either be opened or chorded. This creates the Menu
378 * instance for the panel and populates it via the Activity callbacks.
380 * @param st The panel state to prepare.
381 * @param event The event that triggered the preparing of the panel.
382 * @return Whether the panel was prepared. If the panel should not be shown,
411 // dispatches menu-related events before the panel is prepared.
416 // Init the panel stat
3404 callOnPanelClosed(int featureId, PanelFeatureState panel, Menu menu) argument
[all...]

Completed in 1018 milliseconds