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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FooterViewButton.java 26 public class FooterViewButton extends AlphaOptimizedButton {
28 public FooterViewButton(Context context) {
32 public FooterViewButton(Context context, AttributeSet attrs) {
36 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr) {
40 public FooterViewButton(Context context, AttributeSet attrs, int defStyleAttr,
FooterView.java 31 private FooterViewButton mDismissButton;
32 private FooterViewButton mManageButton;
52 mDismissButton = (FooterViewButton) findSecondaryView();
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 84 import com.android.systemui.statusbar.FooterViewButton;
    [all...]

Completed in 189 milliseconds