Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 240) sorted by relevance

12345678910

/frameworks/support/
Dapicheck.mk78 -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -hide 26 -hide 27 \
107 $(hide) $(ACP) $< $(PRIVATE_API_DIR)/current.txt
109 $(hide) $(ACP) $(PRIVATE_REMOVED_API_FILE) $(PRIVATE_API_DIR)/removed.txt
/frameworks/base/cmds/uiautomator/library/
DAndroid.mk81 -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 \
121 $(hide) $(ACP) $< $(PRIVATE_API_DIR)/current.txt
123 $(hide) $(ACP) $(PRIVATE_REMOVED_API_FILE) $(PRIVATE_API_DIR)/removed.txt
/frameworks/base/tools/layoutlib/
DAndroid.mk66 $(hide) echo "host layoutlib_create: $@"
67 $(hide) mkdir -p $(dir $@)
68 $(hide) rm -f $@
69 $(hide) ls -l $(built_framework_classes)
70 $(hide) java -ea -jar $(built_layoutlib_create_jar) \
78 $(hide) ls -l $(built_framework_classes)
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md33 … | ```airplane``` | | ```show``` to show icon, any other value to hide
35 … | ```wifi``` | | ```show``` to show icon, any other value to hide
37 … | ```mobile``` | | ```show``` to show icon, any other value to hide
38 …x```, ```3g```, ```4g```, ```e```, ```g```, ```h```, ```lte```, ```roam```, any other value to hide
40 …n to carrier network change UX when disconnected (```show``` to show icon, any other value to hide)
42 … | ```nosim``` | | ```show``` to show icon, any other value to hide
46 … | Sets the icon in the volume slot (```silent```, ```vibrate```, any other value to hide)
47 … Sets the icon in the bluetooth slot (```connected```, ```disconnected```, any other value to hide)
48 … | | Sets the icon in the location slot (```show```, any other value to hide)
49 … | | Sets the icon in the alarm_clock slot (```show```, any other value to hide)
[all …]
/frameworks/multidex/instrumentation/
DAndroid.mk34 $(hide) mkdir -p $(dir $@)
35 $(hide) echo "build.version=$(ASMDI_VERSION_NAME_TAG)" > $@
36 $(hide) echo "build.id=$(BUILD_ID)" >> $@
37 $(hide) echo "git.version=$(ASMDI_GIT_VERSION_TAG)" >> $@
/frameworks/multidex/library/
DAndroid.mk32 $(hide) mkdir -p $(dir $@)
33 $(hide) echo "build.version=$(ASMD_VERSION_NAME_TAG)" > $@
34 $(hide) echo "build.id=$(BUILD_ID)" >> $@
35 $(hide) echo "git.version=$(ASMD_GIT_VERSION_TAG)" >> $@
/frameworks/base/docs/html/ndk/reference/
Ddynsections.js9 content.hide();
15 summary.hide();
42 $(this).hide();
67 rows.filter("[id^=row_"+id+"]").hide();
/frameworks/rs/driver/runtime/
Dbuild_bc_lib_internal.mk81 $(hide) $(bc_clang) $(addprefix -I, $(PRIVATE_INCLUDES)) $(PRIVATE_CFLAGS) $< -o $@
86 $(hide) $(LLVM_AS) $< -o $@
98 $(hide) $(LLVM_LINK) $(PRIVATE_BC_FILES) -o $@.unstripped
99 $(hide) $(BCC_STRIP_ATTR) -o $@ $@.unstripped
/frameworks/support/previewsdk/
DAndroid.mk24 $(hide) mkdir -p $(dir $@)
25 $(hide) PLATFORM_PREVIEW_SDK_VERSION="$(PLATFORM_PREVIEW_SDK_VERSION)" \
/frameworks/base/data/keyboards/
DAndroid.mk31 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^
32 $(hide) mkdir -p $(dir $@) && touch $@
/frameworks/base/docs/html/training/system-ui/
Dnavigation.jd43 <p>This lesson describes how to hide the navigation bar, which was introduced in
47 navigation bar, you should design your app to hide the status bar
61 <p>You can hide the navigation bar on Android 4.0 and higher using the
67 // a general rule, you should design your app to hide the status bar whenever you
68 // hide the navigation bar.
80 want to hide the bars again. See <a href="visibility.html">Responding to UI Visibility Changes</a> …
84 <li>Where you set the UI flags makes a difference. If you hide the system bars in your activity's
Dimmersive.jd68 if set. However, if you'd like the system bars to automatically hide
117 hide again. The act of swiping doesn't clear any flags, nor does it trigger your
125 both. You can just use one or the other, but it's common to hide both the status and the
174 when the system bars hide and show. You should also make sure that the action bar and other
175 UI controls are hidden at the same time. This snippet demonstrates how to hide and show the
183 // doesn't resize when the system bars hide and show.
188 | View.SYSTEM_UI_FLAG_HIDE_NAVIGATION // hide nav bar
189 | View.SYSTEM_UI_FLAG_FULLSCREEN // hide status bar
213 If you gain window focus, you may want to re-hide the system bars.
215 you'll probably want to cancel any pending "hide" operations you previously scheduled
[all …]
Dstatus.jd47 This lesson describes how to hide the status bar on different versions of
72 <p>You can hide the status bar on Android 4.0 (API level 14) and lower by setting
97 This approach makes it easier to hide and show the status bar as the user interacts with
105 // If the Android version is lower than Jellybean, use this call to hide
129 <p>You can hide the status bar on Android 4.1 (API level 16) and higher by
142 // status bar is hidden, so hide that too if necessary.
144 actionBar.hide();
151 activity), your app needs to reset them if you want to hide the bars again.
156 <li>Where you set the UI flags makes a difference. If you hide the system bars in your activity's
223 When you want to hide the system UI, use
Dindex.jd75 or temporarily hide the bars for a fully immersive experience.</p>
83 <p>This class describes how to dim or hide system bars across different versions of Android
100 Learn how to hide the status bar on different versions of Android.
106 Learn how to hide the navigation bar, in addition to the status bar.
/frameworks/base/media/java/android/media/
DSubtitleController.java169 mSelectedTrack.hide(); in doSelectTrack()
281 hide(); in doSelectDefaultTrack()
305 hide(); in reset()
364 public void hide() { in hide() method in SubtitleController
371 mSelectedTrack.hide(); in doHide()
/frameworks/base/packages/InputDevices/
DAndroid.mk41 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^
42 $(hide) mkdir -p $(dir $@) && touch $@
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DActionBarWrapper.java67 public void hide() { in hide() method in ActionBarWrapper
68 mActionBar.hide(); in hide()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DActionBarWrapper.java68 public void hide() { in hide() method in ActionBarWrapper
69 mActionBar.hide(); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java121 mBouncer.hide(false /* destroyView */); in showBouncerOrKeyguard()
154 mBouncer.hide(false /* destroyView */); in reset()
247 public void hide(long startTime, final long fadeoutDuration) { in hide() method in StatusBarKeyguardViewManager
259 mBouncer.hide(true /* destroyView */); in hide()
289 mBouncer.hide(true /* destroyView */); in hide()
/frameworks/compile/libbcc/
Dlibbcc.sha1.mk33 $(hide) mkdir -p $(dir $@)
34 $(hide) $(libbcc_GEN_SHA1_STAMP) $(PRIVATE_SHA1_SRCS) > $@
/frameworks/base/docs/html/design/
Ddevices.jd4 header.hide=1
5 footer.hide=1
/frameworks/base/services/core/java/com/android/server/wm/
DDimLayer.java128 mDimSurface.hide(); in setAlpha()
246 void hide() { in hide() method in DimLayer
249 hide(0); in hide()
259 void hide(long duration) { in hide() method in DimLayer
/frameworks/base/core/java/com/android/internal/view/
DFloatingActionMode.java219 public void hide(long duration) { in hide() method in FloatingActionMode
322 public void setHideRequested(boolean hide) { in setHideRequested() argument
323 mHideRequested = hide; in setHideRequested()
344 mToolbar.hide(); in updateToolbarVisibility()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/
DAndroid.mk51 $(hide) mkdir -p $(dir $@)
92 $(hide) mkdir -p $(dir $@)
/frameworks/base/core/java/android/widget/
DVideoView.java384 mMediaController.hide(); in setMediaController()
480 mMediaController.hide();
505 mMediaController.hide();
629 if (mMediaController != null) mMediaController.hide();
686 mMediaController.hide(); in onKeyDown()
692 mMediaController.hide(); in onKeyDown()
712 mMediaController.hide(); in toggleMediaControlsVisiblity()

12345678910