/frameworks/support/ |
D | apicheck.mk | 78 -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/ |
D | Android.mk | 81 -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/ |
D | Android.mk | 66 $(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/ |
D | demo_mode.md | 33 … | ```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/ |
D | Android.mk | 34 $(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/ |
D | Android.mk | 32 $(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/ |
D | dynsections.js | 9 content.hide(); 15 summary.hide(); 42 $(this).hide(); 67 rows.filter("[id^=row_"+id+"]").hide();
|
/frameworks/rs/driver/runtime/ |
D | build_bc_lib_internal.mk | 81 $(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/ |
D | Android.mk | 24 $(hide) mkdir -p $(dir $@) 25 $(hide) PLATFORM_PREVIEW_SDK_VERSION="$(PLATFORM_PREVIEW_SDK_VERSION)" \
|
/frameworks/base/data/keyboards/ |
D | Android.mk | 31 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^ 32 $(hide) mkdir -p $(dir $@) && touch $@
|
/frameworks/base/docs/html/training/system-ui/ |
D | navigation.jd | 43 <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
|
D | immersive.jd | 68 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 …]
|
D | status.jd | 47 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
|
D | index.jd | 75 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/ |
D | SubtitleController.java | 169 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/ |
D | Android.mk | 41 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^ 42 $(hide) mkdir -p $(dir $@) && touch $@
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
D | ActionBarWrapper.java | 67 public void hide() { in hide() method in ActionBarWrapper 68 mActionBar.hide(); in hide()
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
D | ActionBarWrapper.java | 68 public void hide() { in hide() method in ActionBarWrapper 69 mActionBar.hide(); in hide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 121 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/ |
D | libbcc.sha1.mk | 33 $(hide) mkdir -p $(dir $@) 34 $(hide) $(libbcc_GEN_SHA1_STAMP) $(PRIVATE_SHA1_SRCS) > $@
|
/frameworks/base/docs/html/design/ |
D | devices.jd | 4 header.hide=1 5 footer.hide=1
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayer.java | 128 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/ |
D | FloatingActionMode.java | 219 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/ |
D | Android.mk | 51 $(hide) mkdir -p $(dir $@) 92 $(hide) mkdir -p $(dir $@)
|
/frameworks/base/core/java/android/widget/ |
D | VideoView.java | 384 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()
|