HomeSort by relevance Sort by last modified time
    Searched full:showing (Results 51 - 75 of 1839) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc860/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc861/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc862/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc863/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc864/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc865/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc866/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc867/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc868/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc869/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc870/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc871/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc872/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc873/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc405-mnc874/
strings.xml 22 <!-- Template for showing cellular network operator name while WFC is active -->
  /external/google-tv-pairing-protocol/cpp/
README 13 server showing a code of some kind, and the client echoing that code back to the
  /external/opencv3/samples/cpp/example_cmake/
CMakeLists.txt 15 # Print some message showing some of them
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Laplace_Demo.cpp 3 * @brief Sample code showing how to detect edges using the Laplace operator
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentTransaction.java 18 private boolean showing; field in class:TestFragmentTransaction
75 this.showing = false;
82 this.showing = true;
207 return showing;
  /external/skia/tools/lua/
dumpops.lua 26 -- dump the params in t, specifically showing the verb first, which we
  /external/testng/src/test/java/test/
CtorCalledOnce.java 8 * regardless of how many test methods we have, showing that TestNG
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardStateCallback.aidl 19 void onShowingStateChanged(boolean showing);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
_index.html 2 <p>This section includes samples showing the use of the application
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
_index.html 2 <p>This section includes samples showing the use of the view
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 40 * Manages creating, showing, hiding and resetting the keyguard within the status bar. Calls back
50 // Delay for showing the navigation bar when the bouncer appears. This should be kept in sync
130 // The keyguard might be showing (already). So we need to hide it.
419 * @return Whether the keyguard is showing
448 // Keyguard is not going away, thus we are showing the navigation bar because the
463 boolean showing = mShowing;
469 if ((bouncerDismissible || !showing || remoteInputActive) !=
472 if (bouncerDismissible || !showing || remoteInputActive) {
505 if ((showing && !occluded) != (mLastShowing && !mLastOccluded) || mFirstUpdate) {
506 updateMonitor.onKeyguardVisibilityChanged(showing && !occluded)
    [all...]

Completed in 1828 milliseconds

1 23 4 5 6 7 8 91011>>