Home
last modified time | relevance | path

Searched refs:mKeepScreenOnView (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
DViewAndroid.java27 private View mKeepScreenOnView; field in ViewAndroid
66 mKeepScreenOnView = mViewAndroidDelegate.acquireAnchorView(); in incrementKeepScreenOnCount()
67 mViewAndroidDelegate.setAnchorViewPosition(mKeepScreenOnView, 0, 0, 0, 0); in incrementKeepScreenOnCount()
68 mKeepScreenOnView.setKeepScreenOn(true); in incrementKeepScreenOnCount()
79 mViewAndroidDelegate.releaseAnchorView(mKeepScreenOnView); in decrementKeepScreenOnCount()
80 mKeepScreenOnView = null; in decrementKeepScreenOnCount()