Searched defs:statusBarVisible (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 587 private void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible, in takeScreenshot() 611 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() 620 void takeScreenshotPartial(final Runnable finisher, final boolean statusBarVisible, in takeScreenshotPartial() 680 private void startAnimation(final Runnable finisher, int w, int h, boolean statusBarVisible, in startAnimation() 801 private ValueAnimator createScreenshotDropOutAnimation(int w, int h, boolean statusBarVisible, in createScreenshotDropOutAnimation()
|