Searched refs:hide (Results 1 - 25 of 127) sorted by relevance

123456

/frameworks/base/core/java/android/app/
H A DITransientNotification.aidl20 /** @hide */
23 void hide();
/frameworks/base/tools/layoutlib/
H A 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) \
79 $(hide) ls -l $(built_framework_classes)
/frameworks/base/cmds/uiautomator/library/
H A 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/multidex/instrumentation/
H A 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/
H A 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/support/
H A Dapicheck.mk81 -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -hide 26 -hide 27 \
110 $(hide)
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java44 public void hide(); method in interface:ActionBarInterface
/frameworks/base/docs/html/ndk/reference/
H A Ddynsections.js9 content.hide();
15 summary.hide();
42 $(this).hide();
57 //Only match elements AFTER this one (can't hide elements before)
67 rows.filter("[id^=row_"+id+"]").hide();
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk88 $(hide) $(RELATIVE_PWD) $(bc_clang) $(addprefix -I, $(PRIVATE_INCLUDES)) $(PRIVATE_CFLAGS) $< -o $@
93 $(hide) $(RELATIVE_PWD) $(RS_LLVM_AS) $< -o $@
105 $(hide) $(RELATIVE_PWD) $(RS_LLVM_LINK) $(PRIVATE_BC_FILES) -o $@.unstripped 2> >(grep -v "\(modules of different\)\|^$$" >&2)
106 $(hide) $(RELATIVE_PWD) $(BCC_STRIP_ATTR) -o $@ $@.unstripped
/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionSession.aidl28 * @hide
32 void hide();
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java67 public void hide() { method in class:ActionBarWrapper
68 mActionBar.hide();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java68 public void hide() { method in class:ActionBarWrapper
69 mActionBar.hide();
/frameworks/base/data/keyboards/
H A DAndroid.mk31 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^
32 $(hide) mkdir -p $(dir $@) && touch $@
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DTestDocumentsAdapter.java59 public SparseArray<String> hide(String... ids) { method in class:TestDocumentsAdapter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java52 public void hide() { method in class:FullscreenUserSwitcher
/frameworks/compile/libbcc/
H A Dlibbcc.sha1.mk33 $(hide) mkdir -p $(dir $@)
34 $(hide) $(libbcc_GEN_SHA1_STAMP) $(PRIVATE_SHA1_SRCS) > $@
/frameworks/support/previewsdk/
H A DAndroid.mk24 $(hide) mkdir -p $(dir $@)
25 $(hide) PLATFORM_PREVIEW_SDK_VERSION="$(PLATFORM_PREVIEW_SDK_VERSION)" \
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java110 lp.hide = true;
141 lp.hide = false;
154 if (child.getVisibility() == GONE || lp.hide) {
207 if (child.getVisibility() == GONE || lp.hide) {
237 if (lp.hide) {
288 boolean hide = false; field in class:MessagingLinearLayout.LayoutParams
/frameworks/base/media/java/android/media/
H A DSubtitleController.java35 * @hide
75 /** @hide */
81 /** @hide */
169 mSelectedTrack.hide();
264 /** @hide - should be called from anchor thread */
281 hide();
302 /** @hide - must be called from anchor thread */
305 hide();
364 public void hide() { method in class:SubtitleController
371 mSelectedTrack.hide();
[all...]
/frameworks/av/services/mediacodec/minijail/
H A DAndroid.mk26 $(hide) cat > $@ $^
/frameworks/av/services/mediaextractor/minijail/
H A DAndroid.mk26 $(hide) cat > $@ $^
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DMessageBar.java99 hide();
108 public void hide() { method in class:MessageBar
109 // The container view is used to show/hide the error bar. If a container is not provided,
120 // The container view is used to show/hide the error bar. If a container is not provided,
/frameworks/base/core/java/android/view/
H A DActionMode.java48 * Default value to hide the action mode for
136 * to hide the title entirely rather than truncate it due to a lack
218 * If this method is called again before the hide duration expires, the later hide call will
223 * @param duration The number of milliseconds to hide for.
226 public void hide(long duration) {} method in class:ActionMode
279 * @hide Internal use only
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java49 mHide = (Button) findViewById(R.id.hide);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDocumentsAdapter.java50 * currently hidden (see {@link #hide(String...)}).
70 * @param ids The Model IDs of the items to hide.
74 abstract public SparseArray<String> hide(String... ids); method in class:DocumentsAdapter

Completed in 1129 milliseconds

123456