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.java563 public boolean shouldDelayChildPressedState() { method in class:FrameLayout
H A DHorizontalScrollView.java732 public boolean shouldDelayChildPressedState() { method in class:HorizontalScrollView
H A DScrollView.java178 public boolean shouldDelayChildPressedState() { method in class:ScrollView
H A DLinearLayout.java225 public boolean shouldDelayChildPressedState() { method in class:LinearLayout
H A DRelativeLayout.java261 public boolean shouldDelayChildPressedState() { method in class:RelativeLayout
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java286 public boolean shouldDelayChildPressedState(); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java2218 public boolean shouldDelayChildPressedState() { method in class:WebView
2219 return mProvider.getViewDelegate().shouldDelayChildPressedState();
/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/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1433 public boolean shouldDelayChildPressedState() { method in class:WebViewChromium
1439 return shouldDelayChildPressedState();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarView.java307 public boolean shouldDelayChildPressedState() { method in class:ActionBarView
/frameworks/base/core/java/android/view/
H A DViewGroup.java5792 public boolean shouldDelayChildPressedState() { method in class:ViewGroup
H A DView.java8757 if (((ViewGroup) p).shouldDelayChildPressedState()) {

Completed in 342 milliseconds