/packages/apps/Gallery/src/com/android/camera/gallery/ |
UriImage.java | 85 boolean rotateAsNeeded) { 91 boolean rotateAsNeeded, boolean useNative) { 119 public Bitmap thumbBitmap(boolean rotateAsNeeded) { 163 public boolean isReadonly() { 167 public boolean isDrm() { 171 public boolean rotateImageBy(int degrees) {
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
CrossFadingTexture.java | 30 private boolean mBindUsingMixed = false; 31 private boolean mBind = false; 32 private boolean mFadeNecessary = false; 91 public boolean update(float timeElapsed) { 101 public boolean bind(RenderView view, GL11 gl) { 112 boolean fadingTextureLoaded = false; 113 boolean textureLoaded = false;
|
MediaSet.java | 29 public boolean mFlagForDelete; 31 public boolean mHasImages; 32 public boolean mHasVideos; 66 public boolean mLatLongDetermined = false; 67 public boolean mReverseGeocodedLocationComputed = false; 68 public boolean mReverseGeocodedLocationRequestMade = false; 76 public boolean mIsLocal = true; 79 public boolean mSyncPending = false; 90 private boolean mNumExpectedItemsCountAccurate = false; 130 public boolean setContainsValidItems() [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
ContactList.java | 16 public static ContactList getByNumbers(Iterable<String> numbers, boolean canBlock) { 27 boolean canBlock, 28 boolean replaceNumber) { 46 public static ContactList getByIds(String spaceSepIds, boolean canBlock) { 88 public boolean containsEmail() { 101 public String[] getNumbers(boolean scrubForMmsAddress) { 127 public boolean equals(Object obj) {
|
/packages/apps/Settings/src/com/android/settings/ |
ApnPreference.java | 67 private boolean mProtectFromCheckedChange = false; 68 private boolean mSelectable = true; 80 boolean isChecked = getKey().equals(mSelectedKey); 106 public boolean isChecked() { 114 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { 144 public void setSelectable(boolean selectable) { 148 public boolean getSelectable() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchConfiguration.java | 44 private boolean mValue; 46 TargetMode(boolean value) { 50 public boolean getValue() { 54 public static TargetMode getMode(boolean value) { 74 public boolean mWipeData = LaunchConfigDelegate.DEFAULT_WIPE_DATA; 79 public boolean mNoBootAnim = LaunchConfigDelegate.DEFAULT_NO_BOOT_ANIM; 109 boolean value = config.getAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
|
/cts/tests/tests/util/src/android/util/cts/ |
SparseBooleanArrayTest.java | 29 private static final boolean[] VALUES = 32 private static final boolean VALUE_FOR_NON_EXISTED_KEY = true; 48 args = {int.class, boolean.class} 68 args = {int.class, boolean.class} 78 args = {boolean.class} 88 args = {int.class, boolean.class} 126 boolean oldValue = VALUES[0]; // true 127 boolean newValue = false; 166 args = {int.class, boolean.class} 186 args = {int.class, boolean.class [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/ |
HttpsURLConnectionImpl.java | 131 public boolean usingProxy() { 136 public boolean getInstanceFollowRedirects() { 141 public void setInstanceFollowRedirects(boolean followRedirects) { 151 public boolean getAllowUserInteraction() { 187 public boolean getDefaultUseCaches() { 192 public boolean getDoInput() { 197 public boolean getDoOutput() { 282 public boolean getUseCaches() { 287 public void setAllowUserInteraction(boolean newValue) { 292 public void setDefaultUseCaches(boolean newValue) [all...] |
/external/guava/src/com/google/common/collect/ |
AbstractMultiset.java | 65 @Override public boolean isEmpty() { 69 @Override public boolean contains(@Nullable Object element) { 84 private boolean canRemove; 90 public boolean hasNext() { 131 @Override public boolean add(@Nullable E element) { 140 @Override public boolean remove(Object element) { 152 public boolean setCount(E element, int oldCount, int newCount) { 158 @Override public boolean containsAll(Collection<?> elements) { 162 @Override public boolean addAll(Collection<? extends E> elementsToAdd) { 178 @Override public boolean removeAll(Collection<?> elementsToRemove) [all...] |
/external/proguard/src/proguard/ |
Configuration.java | 53 public boolean skipNonPublicLibraryClasses = true; 59 public boolean skipNonPublicLibraryClassMembers = true; 109 public boolean shrink = true; 130 public boolean optimize = true; 154 public boolean allowAccessModification = false; 159 public boolean mergeInterfacesAggressively = false; 168 public boolean obfuscate = true; 199 public boolean overloadAggressively = false; 204 public boolean useUniqueClassMemberNames = false; 209 public boolean useMixedCaseClassNames = true [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/ |
15.4.4.3-1.js | 74 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('&')", 76 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('&')") ); 80 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('')", 82 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('')") ); 85 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join(void 0)", 87 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join(void 0)") ); 91 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join()", 93 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join()") ); 97 "var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('\v')", 99 eval("var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join('\v')") ) [all...] |
/external/webkit/WebCore/dom/ |
Document.idl | 54 in boolean deep) 73 attribute boolean xmlStandalone 95 in boolean expandEntityReferences) 100 in boolean expandEntityReferences) 131 boolean execCommand(in DOMString command, 132 in boolean userInterface, 137 boolean execCommand(in DOMString command, 138 in boolean userInterface); 139 boolean execCommand(in DOMString command); 142 boolean queryCommandEnabled(in DOMString command) [all...] |
/frameworks/base/awt/org/apache/harmony/awt/gl/ |
ImageSurface.java | 50 boolean nativeDrawable = true; 57 boolean needToRefresh = true; 58 boolean dataTaken = false; 61 private boolean alphaPre; // Cached Image Data alpha premultiplied 126 public boolean isNativeDrawable(){ 141 boolean hasAlpha = cm.hasAlpha(); 142 boolean isAlphaPre = cm.isAlphaPremultiplied(); 150 boolean isGrayPallete = false; 228 public long getCachedData(boolean alphaPre){ 243 int transpPixel, boolean isGrayPalette, int bankIndeces[], [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeXmlBlockParser.java | 42 private boolean mStarted = false; 43 private boolean mDecNextDepth = false; 46 private final boolean mPlatformFile; 54 public BridgeXmlBlockParser(XmlPullParser parser, BridgeContext context, boolean platformFile) { 60 public boolean isPlatformFile() { 75 public void setFeature(String name, boolean state) 86 public boolean getFeature(String name) { 163 public boolean isWhitespace() throws XmlPullParserException { 204 public boolean isEmptyElementTag() { 221 public boolean isAttributeDefault(int index) [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothManager.java | 43 static final boolean V = Config.LOGV; 44 static final boolean D = Config.LOGD; 51 private boolean mInitialized; 104 private boolean init(Context context) { 170 public void startScanning(boolean force) { 242 public void setBluetoothEnabled(boolean enabled) { 243 boolean wasSetStateSuccessful = enabled 265 void onScanningStateChanged(boolean started) { 271 private void dispatchScanningStateChanged(boolean started) { 308 void onScanningStateChanged(boolean started) [all...] |
/cts/tests/src/android/app/cts/ |
DialogStubActivity.java | 76 public boolean isPositiveButtonClicked = false; 77 public boolean isNegativeButtonClicked = false; 78 public boolean isNeutralButtonClicked = false; 79 public boolean isCallBackCalled; 80 public boolean onCancelCalled; 81 public boolean onKeyDownCalled; 82 public boolean onKeyUpCalled; 83 public boolean onCreateCalled; 84 public boolean onCancelListenerCalled; 85 public boolean onClickCalled [all...] |
/external/guava/src/com/google/common/util/concurrent/ |
AbstractFuture.java | 38 * override the {@link #cancel(boolean)} method with a real implementation, the 41 * <p>The state changing methods all return a boolean indicating success or 75 public boolean isDone() { 82 public boolean isCancelled() { 90 public boolean cancel(boolean mayInterruptIfRunning) { 103 protected boolean set(V value) { 104 boolean result = sync.set(value); 121 protected boolean setException(Throwable throwable) { 122 boolean result = sync.setException(throwable) [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 160 public static boolean isXML11Space(int c) {
162 } // isXML11Space(int):boolean
174 public static boolean isXML11Valid(int c) {
177 } // isXML11Valid(int):boolean
184 public static boolean isXML11Invalid(int c) {
186 } // isXML11Invalid(int):boolean
196 public static boolean isXML11ValidLiteral(int c) {
199 } // isXML11ValidLiteral(int):boolean
207 public static boolean isXML11Content(int c) {
210 } // isXML11Content(int):boolean
[all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ScaleDrawableTest.java | 153 private boolean mCalledInvalidate; 154 private boolean mCalledSchedule; 155 private boolean mCalledUnschedule; 169 public boolean hasCalledInvalidate() { 173 public boolean hasCalledSchedule() { 177 public boolean hasCalledUnschedule() { 259 args = {boolean.class, boolean.class} 578 private boolean mCalledDraw = false; 579 private boolean mCalledGetPadding = false [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/test/ |
SimulatedGsmCallState.java | 45 boolean isMT; 47 boolean isMpty; 51 CallInfo (boolean isMT, State state, boolean isMpty, String number) { 108 boolean 113 boolean 118 boolean 137 private boolean autoProgressConnecting = true; 138 private boolean nextDialFailImmediately; 176 public boolean [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.location.LocationManager.html | 87 <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationManager.html#addGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><code>addGpsStatusListener</code></A>(<code>Listener</code>)</nobr> 93 <A NAME="android.location.LocationManager.addTestProvider_added(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)"></A> 94 <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)" target="_top"><code>addTestProvider</code (…) [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaRecorderTest.java | 71 int videoFormat, int outFormat, String outFile, boolean videoOnly) { 106 private boolean recordVideoWithPara(VideoEncoderCap videoCap, AudioEncoderCap audioCap, boolean highQuality){ 107 boolean recordSuccess = false; 164 private boolean invalidRecordSetting(int frameRate, int width, int height, 165 int videoFormat, int outFormat, String outFile, boolean videoOnly) { 232 private boolean validateVideo(String filePath, int width, int height) { 233 boolean validVideo = false; 248 boolean videoRecordedResult = false; 258 boolean videoRecordedResult = false [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneProxy.java | 52 private boolean mResetModemOnRadioTechnologyChange = false; 80 boolean oldPowerState = false; // old power state to off 186 public void disableDnsCheck(boolean b) { 190 public boolean isDnsCheckDisabled() { 362 public boolean getIccRecordsLoaded() { 382 public boolean canConference() { 390 public void enableEnhancedVoicePrivacy(boolean enable, Message onComplete) { 398 public boolean canTransfer() { 426 public boolean handlePinMmi(String dialString) { 430 public boolean handleInCallMmiCommands(String command) throws CallStateException [all...] |
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_InstanceNonce.c | 33 // public native boolean returnBoolean(); 144 // public native boolean takeBoolean(boolean v); 150 // public native boolean takeByte(byte v); 155 // public native boolean takeShort(short v); 160 // public native boolean takeChar(char v); 165 // public native boolean takeInt(int v); 170 // public native boolean takeLong(long v); 175 // public native boolean takeFloat(float v); 180 // public native boolean takeDouble(double v) [all...] |
android_jni_cts_StaticNonce.c | 33 // public static native boolean returnBoolean(); 160 // public static native boolean takeBoolean(boolean v); 166 // public static native boolean takeByte(byte v); 171 // public static native boolean takeShort(short v); 176 // public static native boolean takeChar(char v); 181 // public static native boolean takeInt(int v); 186 // public static native boolean takeLong(long v); 191 // public static native boolean takeFloat(float v); 196 // public static native boolean takeDouble(double v) [all...] |