OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PanelView
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java
40
PanelView
mPanel;
58
public void setPanel(
PanelView
pv) {
88
final
PanelView
panel = mPanel;
120
PanelView
pv = mPanel;
147
PanelView
pv = mPanel;
PanelView.java
48
public abstract class
PanelView
extends FrameLayout {
50
public static final String TAG =
PanelView
.class.getSimpleName();
185
public
PanelView
(Context context, AttributeSet attrs) {
[
all
...]
NotificationPanelView.java
69
public class NotificationPanelView extends
PanelView
implements
110
* If set, the ongoing touch gesture might both trigger the expansion in {@link
PanelView
} and
[
all
...]
Completed in 40 milliseconds