summaryrefslogtreecommitdiffstats
path: root/photoviewer
diff options
context:
space:
mode:
authorAdam Copp <adamcopp@google.com>2012-09-06 08:27:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-06 08:27:09 -0700
commit367aa4681136d6e3d19864549859d7de60ec1010 (patch)
treec313c3571e49cebc16b599f6801a37b9c26076b8 /photoviewer
parent4cf71b468e321dd8e775065ff8d9b8474b863aff (diff)
parent3177158f2471395017567332b38a0af972325f10 (diff)
downloadandroid_frameworks_ex-367aa4681136d6e3d19864549859d7de60ec1010.tar.gz
android_frameworks_ex-367aa4681136d6e3d19864549859d7de60ec1010.tar.bz2
android_frameworks_ex-367aa4681136d6e3d19864549859d7de60ec1010.zip
Merge "Make setLightsOutMode protected"
Diffstat (limited to 'photoviewer')
-rw-r--r--photoviewer/src/com/android/ex/photo/PhotoViewActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
index 26a6399..e0d8292 100644
--- a/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
+++ b/photoviewer/src/com/android/ex/photo/PhotoViewActivity.java
@@ -445,7 +445,7 @@ public class PhotoViewActivity extends Activity implements
mHandler.removeCallbacks(mActionBarHideRunnable);
}
- private void setLightsOutMode(boolean enabled) {
+ protected void setLightsOutMode(boolean enabled) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
int flags = enabled
? View.SYSTEM_UI_FLAG_LOW_PROFILE