Searched defs:drawChild (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewScrollingTest.java47 public boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:ContentViewScrollingTest.TestInternalAccessDelegate
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java183 public boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:AwTestContainerView.InternalAccessAdapter
184 return AwTestContainerView.super.drawChild(canvas, child, drawingTime);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java182 protected boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:InfoBarContainer
184 return super.drawChild(canvas, child, drawingTime);
194 retVal = super.drawChild(canvas, child, drawingTime);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java400 public boolean drawChild(Canvas canvas, View child, long drawingTime) { method in class:ContentView
401 return super.drawChild(canvas, child, drawingTime);
H A DContentViewCore.java140 * @see View#drawChild(Canvas, View, long)
142 boolean drawChild(Canvas canvas, View child, long drawingTime); method in interface:ContentViewCore.InternalAccessDelegate
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 375 milliseconds