HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 451 - 475 of 721) sorted by null

<<11121314151617181920>>

  /cts/hostsidetests/jvmti/run-tests/
Android.mk 172 # Avoid linking against any @hide APIs.
  /cts/tests/fragment/src/android/fragment/cts/
PostponedTransitionTest.java 283 .hide(mBeginningFragment)
285 .hide(fragment2)
    [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /external/flatbuffers/android/jni/
include.mk 176 $(hide) $$(FLATBUFFERS_FLATC) $(FLATBUFFERS_FLATC_ARGS) \
  /external/v8/tools/turbolizer/
text-view.js 11 view.hide();
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 241 void hide() { method in class:SlidingTab.Slider
554 mOtherSlider.hide();
    [all...]
FloatingToolbar.java 213 public void hide() { method in class:FloatingToolbar
214 mPopup.hide();
580 public void hide() { method in class:FloatingToolbar.FloatingToolbarPopup
743 * Performs the "hide" animation on the floating popup.
    [all...]
  /frameworks/native/services/surfaceflinger/tests/
Transaction_test.cpp 335 // This should hide the foreground surface beneath the background.
347 SCOPED_TRACE("before hide");
355 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->hide());
358 // This should hide the foreground surface.
359 SCOPED_TRACE("after hide, before show");
416 // This should hide the foreground surface since it goes to a different
441 // This should hide the foreground surface
    [all...]
  /frameworks/support/fragment/tests/java/android/support/v4/app/
PostponedTransitionTest.java 294 .hide(mBeginningFragment)
296 .hide(fragment2)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceUtils.java 214 public boolean hide; field in class:EmailServiceUtils.EmailServiceInfo
567 info.hide = ta.getBoolean(R.styleable.EmailServiceInfo_hide, false);
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java 760 mMenu.hide(withAnimation);
779 mProgramGuide.hide();
784 * Returns true, if a main view needs to hide informational text. Specifically, when overlay
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
reader_test.go 238 discard := justWriter{ioutil.Discard} // hide ReadFrom
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go 207 // index is used to hide the sort.Interface
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 69 // Hide bytes.Buffer's WriteString method:
84 type simpleWriter struct { // hide bytes.Buffer's WriteString
  /prebuilts/go/linux-x86/src/bytes/
reader_test.go 238 discard := justWriter{ioutil.Discard} // hide ReadFrom
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go 207 // index is used to hide the sort.Interface
  /prebuilts/go/linux-x86/src/io/
multi_test.go 69 // Hide bytes.Buffer's WriteString method:
84 type simpleWriter struct { // hide bytes.Buffer's WriteString
  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 488 void hide(String reason) { method in class:WindowStateAnimator
727 + width + "x" + height + "), layer=" + mAnimLayer + " HIDE", false);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 370 mEditorPlaceHolder.hide();
    [all...]
  /build/make/core/
base_rules.mk 339 $(hide) rm -rf $(PRIVATE_CLEAN_FILES)
  /build/make/tools/droiddoc/templates-ndk/
customizations.cs 492 $('#nav-swap').hide();
569 <a class="close hide">close</a>
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarCalc.java 498 this.hide();
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
HolidayCalendarDemo.java 405 this.hide();
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 85 "Typing ') should hide the calltip.\n"
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
ScreenResponseFragment.java 574 if (actionBar != null) actionBar.hide();

Completed in 675 milliseconds

<<11121314151617181920>>