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

1234

/frameworks/base/core/java/android/app/
H A DITransientNotification.aidl20 /** @hide */
23 void hide();
H A DFragmentTransaction.java85 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
/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) \
78 $(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.mk78 -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -hide 26 -hide 27 \
107 $(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.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/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/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/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/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/java/com/android/internal/view/
H A DFloatingActionMode.java218 public void hide(long duration) { method in class:FloatingActionMode
321 public void setHideRequested(boolean hide) { argument
322 mHideRequested = hide;
343 mToolbar.hide();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java49 mHide = (Button) findViewById(R.id.hide);
/frameworks/base/packages/InputDevices/
H A DAndroid.mk41 $(hide) $(PRIVATE_VALIDATEKEYMAPS) $^
42 $(hide) mkdir -p $(dir $@) && touch $@
/frameworks/base/services/core/java/com/android/server/wm/
H A DDimLayer.java50 /** True after mDimSurface.show() has been called, false after mDimSurface.hide(). */
128 mDimSurface.hide();
244 /** Immediate hide.
246 void hide() { method in class:DimLayer
248 if (DEBUG) Slog.v(TAG, "hide: immediate");
249 hide(0);
259 void hide(long duration) { method in class:DimLayer
261 if (DEBUG) Slog.v(TAG, "hide: duration=" + duration);
/frameworks/support/v4/java/android/support/v4/widget/
H A DContentLoadingProgressBar.java94 public void hide() { method in class:ContentLoadingProgressBar
105 // so put a delayed message in to hide it when its been
116 * during that time, hide() is called, the view is never made visible.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java120 // The keyguard might be showing (already). So we need to hide it.
125 mBouncer.hide(false /* destroyView */);
158 mBouncer.hide(false /* destroyView */);
260 public void hide(long startTime, final long fadeoutDuration) { method in class:StatusBarKeyguardViewManager
272 mBouncer.hide(true /* destroyView */);
328 mBouncer.hide(true /* destroyView */);
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/
H A DAndroid.mk41 $(hide) mkdir -p $(dir $@)

Completed in 1327 milliseconds

1234