HomeSort by relevance Sort by last modified time
    Searched refs:isActive (Results 151 - 175 of 533) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Box2DDebugRenderer.java 98 if (body.isActive() || drawInactiveBodies) renderBody(body);
136 if (body.isActive() == false)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Box2DDebugRenderer.java 108 if (body.isActive() || drawInactiveBodies) renderBody(body);
136 if (body.isActive() == false && drawInactiveBodies)
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 503 boolean isActive = powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM
516 Integer.toString(type), isActive, tsNanos);
530 isActive = true;
532 if (mNetworkActive != isActive) {
533 mNetworkActive = isActive;
534 report = isActive;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 89 bool isActive;
146 bool isActive() { return (count>0); }
hwc_utils.cpp 185 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].isActive = true;
224 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].isActive = false;
226 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].isActive = false;
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.h 104 bool isActive;
162 bool isActive() { return (count>0); }
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 98 bool isActive;
156 bool isActive() { return (count>0); }
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 817 if (glEnv != null && !glEnv.isActive()) {
821 if (glEnv != null && glEnv.isActive()) {
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 165 if (cleanup.isActive()) return si;
176 bool IsActive = !(Kind & InactiveCleanup);
180 IsActive,
507 llvm::Value *IsActive
509 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
593 bool IsActive = Scope.isActive();
619 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
644 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
726 assert(!IsActive && "source without fallthrough for active cleanup")
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btSimulationIslandManager.cpp 409 if (colObj0->isActive())
  /external/skia/src/views/
SkTouchGesture.cpp 128 if (fFlinger.isActive()) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Filter.java 146 public boolean isActive() {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 82 bool isActive;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 143 public boolean isActive(int index) {
  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 158 bool isActive() {
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 145 assertTrue(window.isActive());
149 assertFalse(window.isActive());
200 assertTrue(window.isActive());
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
FFConsoleDemo.cpp 218 bool isActive()
235 if (isActive())
636 if ((*iterEffs)->isActive())
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java 696 if (b.isActive() == false) {
738 if (b.isActive() == false) {
1098 if (seed.isAwake() == false || seed.isActive() == false) {
1117 assert (b.isActive() == true);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model-builder/3.3.9/
maven-model-builder-3.3.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 617 , isActive
631 isActive = $parent.hasClass('open')
635 if (!isActive) $parent.toggleClass('open')
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 541 public boolean isActive() {
769 public boolean isActive(View view) {
782 public boolean isActive() {
    [all...]

Completed in 1833 milliseconds

1 2 3 4 5 67 8 91011>>