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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
EmptyShadeView.java 40 protected View findContentView() {
DismissView.java 34 protected View findContentView() {
41 mDismissButton = (DismissViewButton) findContentView();
StackScrollerDecorView.java 43 mContent = findContentView();
136 protected abstract View findContentView();
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 361 View contentView = findContentView();
628 private View findContentView() {
695 View view = findContentView();
720 View contentView = findContentView();
822 int clipLeft = findContentView().getLeft();
823 int clipRight = findContentView().getRight();
    [all...]

Completed in 224 milliseconds