HomeSort by relevance Sort by last modified time
    Searched full:invisible (Results 401 - 425 of 1223) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 259 // then we just set it to invisible, to ensure that it gets visible again
260 visibility = INVISIBLE;
388 int newVis = visible ? VISIBLE : INVISIBLE;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 167 mPreviewView.setVisibility(INVISIBLE);
280 mPreviewView.setVisibility(View.INVISIBLE);
319 mPreviewView.setVisibility(View.INVISIBLE);
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ChildHelper.java 58 * @param hidden If set to true, this item will be invisible from regular methods.
70 * @param hidden If set to true, this item will be invisible from regular methods.
198 * @param hidden If set to true, this item will be invisible to the regular methods.
  /packages/apps/Camera/src/com/android/camera/
ActivityBase.java 428 // onLayoutChange() callback even when we are invisible.
429 mCameraAppView.setVisibility(View.INVISIBLE);
503 // Ignore if listener is null or the camera control is invisible.
CameraActivity.java 186 mControlsBackground.setVisibility(View.INVISIBLE);
201 mSwitcher.setVisibility(View.INVISIBLE);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 468 private static final float INVISIBLE = 0;
490 mPermanentTextView.animate().alpha(INVISIBLE).setDuration(SHORT_ANIMATION_MS);
501 .alpha(INVISIBLE).setDuration(LONG_ANIMATION_MS);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 271 mImageView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
282 mScrollText.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
291 mVideoView.setVisibility(visible ? View.VISIBLE : View.INVISIBLE);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api.license 29 <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
53 <label class="element-invisible" for="edit-search-block-form--2">Search </label>
87 <h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="/">Home</a></div> <a id="main-content"></a>
slf4j-simple.license 29 <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
53 <label class="element-invisible" for="edit-search-block-form--2">Search </label>
87 <h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="/">Home</a></div> <a id="main-content"></a>
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java     [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 244 * image is being cleared). Otherwise, sets the View state to invisible before refreshing
252 viewState = View.INVISIBLE;
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 73 + " @IntDef({VISIBLE, INVISIBLE, GONE})\n"
78 + " public static final int INVISIBLE = 0x00000004;\n"
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 500 * Invisible operator for plus.
515 * Invisible operator for multiplication.
537 * Invisible operator for function application.
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.html 177 <img class="invisible" alt="">
186 <img class="invisible" alt="">
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h 200 // was turned invisible by some other operation, it will stay invisible.
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 184 false, // settings initally invisible
215 // It can always return true because the notifications are invisible if
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
PopupTouchHandleDrawable.java 205 setVisibility(visible ? VISIBLE : INVISIBLE);
383 int visibility = visible ? VISIBLE : INVISIBLE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h 65 // an invisible marker exists. The side effect of having an invisible marker is that the quirks mode behavior of shrinking lines with no
RenderGeometryMap.cpp 124 // Bounds for invisible layers are intentionally not calculated, and are
170 // Bounds for invisible layers are intentionally not calculated, and are
  /frameworks/base/core/java/android/widget/
DialerFilter.java 238 mLetters.setVisibility(View.INVISIBLE);
245 mDigits.setVisibility(View.INVISIBLE);
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 228 Assert.assertFalse("Item did not become invisible", item1.isVisible());
230 Assert.assertFalse("Item did not become invisible", item2.isVisible());
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 362 mMoreOptionsButton.setVisibility(View.INVISIBLE);
364 mDraggableContent.setVisibility(View.INVISIBLE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 78 setVisibility(INVISIBLE);
205 if (changed && mFilmstripView != null && getVisibility() == INVISIBLE) {
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 303 mLeftButton.setVisibility(View.INVISIBLE);
304 mRightButton.setVisibility(View.INVISIBLE);

Completed in 879 milliseconds

<<11121314151617181920>>