Searched refs:shouldDelayChildPressedState (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java145 public boolean shouldDelayChildPressedState() { method in class:AbsoluteLayout
H A DFrameLayout.java558 public boolean shouldDelayChildPressedState() { method in class:FrameLayout
H A DHorizontalScrollView.java726 public boolean shouldDelayChildPressedState() { method in class:HorizontalScrollView
H A DScrollView.java173 public boolean shouldDelayChildPressedState() { method in class:ScrollView
H A DLinearLayout.java225 public boolean shouldDelayChildPressedState() { method in class:LinearLayout
H A DRelativeLayout.java267 public boolean shouldDelayChildPressedState() { method in class:RelativeLayout
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java280 public boolean shouldDelayChildPressedState(); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2056 public boolean shouldDelayChildPressedState() { method in class:WebView
2057 return mProvider.getViewDelegate().shouldDelayChildPressedState();
H A DWebViewClassic.java1718 public boolean shouldDelayChildPressedState() { method in class:WebViewClassic
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java355 public boolean shouldDelayChildPressedState() { method in class:ActionBarOverlayLayout
H A DActionBarContextView.java514 public boolean shouldDelayChildPressedState() { method in class:ActionBarContextView
H A DActionBarView.java326 public boolean shouldDelayChildPressedState() { method in class:ActionBarView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java298 public boolean shouldDelayChildPressedState() { method in class:ActionBarView
/frameworks/base/core/java/android/view/
H A DViewGroup.java5667 public boolean shouldDelayChildPressedState() { method in class:ViewGroup
H A DView.java8435 if (((ViewGroup) p).shouldDelayChildPressedState()) {

Completed in 497 milliseconds