HomeSort by relevance Sort by last modified time
    Searched refs:isEnabled (Results 26 - 50 of 680) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
Control.java 74 public boolean isEnabled();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
AbstractTrack.java 28 public boolean isEnabled() {
Track.java 46 boolean isEnabled();
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMenuListPopup.h 43 virtual bool isEnabled() const;
AccessibilityListBoxOption.h 56 virtual bool isEnabled() const;
AccessibilityMenuListOption.h 54 virtual bool isEnabled() const;
AccessibilityScrollbar.h 59 virtual bool isEnabled() const;
  /external/webkit/Source/WebCore/platform/graphics/qt/
Extensions3DQt.h 40 virtual bool isEnabled(const String&);
  /frameworks/base/core/java/android/widget/
ZoomControls.java 99 public void setIsZoomInEnabled(boolean isEnabled) {
100 mZoomIn.setEnabled(isEnabled);
103 public void setIsZoomOutEnabled(boolean isEnabled) {
104 mZoomOut.setEnabled(isEnabled);
  /frameworks/base/libs/hwui/
Stencil.h 79 bool isEnabled() {
  /cts/tests/tests/preference2/src/android/preference2/cts/
ListPreferenceTest.java 56 boolean isEnabled = mListPref.isEnabled();
57 assertTrue(isEnabled);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 333 if (mService != null && isEnabled() &&
374 if (mService != null && isEnabled() &&
392 if (mService != null && isEnabled()) {
409 if (mService != null && isEnabled()) {
426 if (mService != null && isEnabled() &&
456 if (mService != null && isEnabled() &&
488 if (mService != null && isEnabled() &&
524 if (mService != null && isEnabled() &&
548 if (mService != null && isEnabled() &&
571 if (mService != null && isEnabled() &
    [all...]
BluetoothInputDevice.java 292 if (mService != null && isEnabled() && isValidDevice(device)) {
332 if (mService != null && isEnabled() && isValidDevice(device)) {
349 if (mService != null && isEnabled()) {
366 if (mService != null && isEnabled()) {
383 if (mService != null && isEnabled() && isValidDevice(device)) {
412 if (mService != null && isEnabled() && isValidDevice(device)) {
443 if (mService != null && isEnabled() && isValidDevice(device)) {
473 private boolean isEnabled() {
498 if (mService != null && isEnabled() && isValidDevice(device)) {
524 if (mService != null && isEnabled() && isValidDevice(device))
    [all...]
BluetoothA2dp.java 215 if (mService != null && isEnabled() &&
256 if (mService != null && isEnabled() &&
274 if (mService != null && isEnabled()) {
291 if (mService != null && isEnabled()) {
308 if (mService != null && isEnabled()
338 if (mService != null && isEnabled()
370 if (mService != null && isEnabled()
391 if (mService != null && isEnabled()
411 if (isEnabled() && isValidDevice(device)) {
467 private boolean isEnabled() {
    [all...]
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
ActionBar.java 87 if (isEnabled()) {
98 if (isEnabled()) {
109 if (isEnabled()) {
120 if (isEnabled()) {
132 if (isEnabled()) {
  /frameworks/native/libs/cpustats/
ThreadCpuUsage.cpp 31 bool ThreadCpuUsage::setEnabled(bool isEnabled)
35 if (isEnabled != wasEnabled) {
36 ALOGV("setEnabled(%d)", isEnabled);
39 if (isEnabled) {
43 isEnabled = false;
71 mIsEnabled = isEnabled;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
AbstractFilter.java 59 if (!this.isEnabled()) {
79 if (!this.isEnabled()) {
92 public boolean isEnabled() {
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 131 return this.isEnabled();
139 return this.isEnabled();
147 return this.isEnabled();
ExtractButton.java 44 return isEnabled() && getVisibility() == VISIBLE ? true : false;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardPINView.java 68 if (mPasswordEntry.isEnabled()) {
84 if (mPasswordEntry.isEnabled()) {
96 if (mPasswordEntry.isEnabled()) {
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AbstractAppState.java 66 public boolean isEnabled() {
  /external/webkit/Source/WebCore/platform/graphics/opengl/
Extensions3DOpenGL.h 44 virtual bool isEnabled(const String&);
  /external/webkit/Source/WebCore/platform/graphics/win/
QTTrack.h 56 bool isEnabled() const;
  /external/webkit/Source/WebKit2/Shared/
WebPopupItem.h 47 WebPopupItem(Type, const String& text, WebCore::TextDirection, bool hasTextDirectionOverride, const String& toolTip, const String& accessibilityText, bool isEnabled, bool isLabel);
  /frameworks/base/core/java/android/preference/
PreferenceCategory.java 61 public boolean isEnabled() {

Completed in 1247 milliseconds

12 3 4 5 6 7 8 91011>>