Searched refs:panel (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java120 // figure out which panel needs to be talked to here
122 final PanelView panel = selectPanelForTouch(event);
123 if (panel == null) {
124 // panel is not there, so we'll eat the gesture
125 Log.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)",
130 boolean enabled = panel.isEnabled();
131 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
134 // panel is disabled, so we'll eat the gesture
136 "onTouch: panel (
150 startOpeningPanel(PanelView panel) argument
169 panelExpansionChanged(PanelView panel, float frac, boolean expanded) argument
237 onTrackingStarted(PanelView panel) argument
241 onTrackingStopped(PanelView panel, boolean expand) argument
[all...]
H A DPhoneStatusBarView.java105 // No double swiping. If either panel is open, nothing else can be pulled down.
154 public void onTrackingStarted(PanelView panel) { argument
155 super.onTrackingStarted(panel);
167 public void onTrackingStopped(PanelView panel, boolean expand) { argument
168 super.onTrackingStopped(panel, expand);
192 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) { argument
193 super.panelExpansionChanged(panel, frac, expanded);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java107 * The fade color used for the sliding panel. 0 = no fading.
117 * The fade color used for the panel covered by the slider. 0 = no fading.
133 * This is the minimum section of the sliding panel that will
139 * True if a panel can slide with the current measurements
149 * How far the panel is offset from its closed position.
155 * How far the non-sliding panel is parallaxed from its usual position when open.
161 * How far in pixels the slideable panel may move.
166 * A panel view is locked into internal scrolling or another condition that
215 * @param panel The child view that was moved
218 public void onPanelSlide(View panel, floa argument
224 onPanelOpened(View panel) argument
231 onPanelClosed(View panel) argument
240 onPanelSlide(View panel, float slideOffset) argument
243 onPanelOpened(View panel) argument
246 onPanelClosed(View panel) argument
335 dispatchOnPanelSlide(View panel) argument
341 dispatchOnPanelOpened(View panel) argument
348 dispatchOnPanelClosed(View panel) argument
355 updateObscuredViewsVisibility(View panel) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV7.java292 // Invalidate if the panel menu hasn't been created before this.
582 // Make sure that the options panel is closed. This is mainly used when we're using a
607 final PanelFeatureState panel = findMenuPanel(menu.getRootMenu());
608 if (panel != null) {
609 return cb.onMenuItemSelected(panel.featureId, item);
817 // If the panel is already prepared, then perform the shortcut using it.
830 // If the panel is not prepared, then we may be trying to handle a shortcut key
831 // combination such as Control+C. Temporarily prepare the panel then mark it
832 // unprepared again when finished to ensure that the panel will again be prepared
987 // Don't open an options panel fo
1414 callOnPanelClosed(int featureId, PanelFeatureState panel, Menu menu) argument
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java209 * The panel that is prepared or opened (the most recent one if there are
210 * multiple panels). Shortcuts will go to this panel. It gets set in
508 * Prepares the panel to either be opened or chorded. This creates the Menu
509 * instance for the panel and populates it via the Activity callbacks.
511 * @param st The panel state to prepare.
512 * @param event The event that triggered the preparing of the panel.
513 * @return Whether the panel was prepared. If the panel should not be shown,
542 // dispatches menu-related events before the panel is prepared.
547 // Init the panel stat
4393 callOnPanelClosed(int featureId, PanelFeatureState panel, Menu menu) argument
[all...]

Completed in 437 milliseconds