Home
last modified time | relevance | path

Searched refs:shouldDelayChildPressedState_impl (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/widget/
DViewGroupImpl.java124 public boolean shouldDelayChildPressedState_impl() { in shouldDelayChildPressedState_impl() method in ViewGroupImpl
125 return mSuperProvider.shouldDelayChildPressedState_impl(); in shouldDelayChildPressedState_impl()
DBaseLayout.java192 public boolean shouldDelayChildPressedState_impl() { in shouldDelayChildPressedState_impl() method in BaseLayout
/frameworks/base/media/java/android/media/update/
DViewGroupHelper.java141 return mProvider.shouldDelayChildPressedState_impl(); in shouldDelayChildPressedState()
244 public boolean shouldDelayChildPressedState_impl() { in shouldDelayChildPressedState_impl() method in ViewGroupHelper.SuperProvider
350 public boolean shouldDelayChildPressedState_impl() { in shouldDelayChildPressedState_impl() method in ViewGroupHelper.PrivateProvider
DViewGroupProvider.java61 boolean shouldDelayChildPressedState_impl(); in shouldDelayChildPressedState_impl() method