Searched defs:shouldDelayChildPressedState (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java145 public boolean shouldDelayChildPressedState() { method in class:AbsoluteLayout
H A DFrameLayout.java563 public boolean shouldDelayChildPressedState() { method in class:FrameLayout
H A DHorizontalScrollView.java732 public boolean shouldDelayChildPressedState() { method in class:HorizontalScrollView
H A DLinearLayout.java225 public boolean shouldDelayChildPressedState() { method in class:LinearLayout
H A DRelativeLayout.java261 public boolean shouldDelayChildPressedState() { method in class:RelativeLayout
H A DScrollView.java178 public boolean shouldDelayChildPressedState() { method in class:ScrollView
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java392 public boolean shouldDelayChildPressedState() { method in class:ActionBarOverlayLayout
H A DActionBarContextView.java514 public boolean shouldDelayChildPressedState() { method in class:ActionBarContextView
H A DActionBarView.java295 public boolean shouldDelayChildPressedState() { method in class:ActionBarView
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java286 public boolean shouldDelayChildPressedState(); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2209 public boolean shouldDelayChildPressedState() { method in class:WebView
2210 return mProvider.getViewDelegate().shouldDelayChildPressedState();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java307 public boolean shouldDelayChildPressedState() { method in class:ActionBarView
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1447 public boolean shouldDelayChildPressedState() { method in class:WebViewChromium
1453 return shouldDelayChildPressedState();
/frameworks/base/core/java/android/view/
H A DViewGroup.java5792 public boolean shouldDelayChildPressedState() { method in class:ViewGroup

Completed in 268 milliseconds