Searched defs:getChildContentView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DIntruderAlertView.java120 public View getChildContentView(View v) { method in class:IntruderAlertView
H A DNotificationRowLayout.java213 public View getChildContentView(View v) { method in class:NotificationRowLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java205 View contentView = getChildContentView(v);
232 public View getChildContentView(View v) { method in class:RecentsHorizontalScrollView
H A DRecentsVerticalScrollView.java213 View contentView = getChildContentView(v);
241 public View getChildContentView(View v) { method in class:RecentsVerticalScrollView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java203 mCurrAnimView = mCallback.getChildContentView(mCurrView);
260 final View animView = mCallback.getChildContentView(view);
303 final View animView = mCallback.getChildContentView(view);
392 View getChildContentView(View v); method in interface:SwipeHelper.Callback

Completed in 95 milliseconds