OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boolean
(Results
351 - 375
of
22508
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
GestureRecognizer.java
32
boolean
onSingleTapUp(float x, float y);
33
boolean
onDoubleTap(float x, float y);
34
boolean
onScroll(float dx, float dy, float totalX, float totalY);
35
boolean
onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY);
36
boolean
onScaleBegin(float focusX, float focusY);
37
boolean
onScale(float focusX, float focusY, float scale);
63
public
boolean
isDown() {
78
public
boolean
onSingleTapUp(MotionEvent e) {
83
public
boolean
onDoubleTap(MotionEvent e) {
88
public
boolean
onScroll
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt
12
android:multiprocess : Specify whether a component is allowed to have multiple instances of itself running in different processes. [
boolean
]
15
android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. [
boolean
]
16
android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [
boolean
]
17
android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close system windows" request has been made. [
boolean
]
18
android:clearTaskOnLaunch : Specify whether an activity's task should be cleared when it is re-launched from the home screen. [
boolean
]
19
android:noHistory : Specify whether an activity should be kept in its history stack. [
boolean
]
20
android:alwaysRetainTaskState : Specify whether an acitivty's task state should always be maintained by the system, or if it is allowed to reset the task to its initial state in certain situations. [
boolean
]
21
android:stateNotNeeded : Indicates that an Activity does not need to have its freeze state (as returned by onSaveInstanceState retained in order to be restarted. [
boolean
]
22
android:excludeFromRecents : Indicates that an Activity should be excluded from the list of recently launched activities. [
boolean
]
23
android:enabled : Specify whether the activity is enabled or not (that is, can be instantiated by the system). [
boolean
]
[
all
...]
/art/test/003-omnibus-opcodes/src/
Throw.java
44
boolean
gotN = false;
45
boolean
gotA = false;
46
boolean
gotWeird = false;
66
boolean
gotN = false;
67
boolean
gotA = false;
68
boolean
gotWeird = false;
88
boolean
caught = false;
89
boolean
lly = false;
90
boolean
second = false;
/cts/tests/src/android/app/cts/
IntentServiceStub.java
34
private static
boolean
onBindCalled;
35
private static
boolean
onCreateCalled;
36
private static
boolean
onDestroyCalled;
37
private static
boolean
onStartCalled;
55
protected
boolean
check() {
117
public synchronized static
boolean
isOnBindCalled() {
121
public synchronized static
boolean
isOnCreateCalled() {
125
public synchronized static
boolean
isOnDestroyCalled() {
129
public synchronized static
boolean
isOnStartCalled() {
/cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java
33
private
boolean
mConnected;
62
new Callable<
Boolean
>() {
64
public
Boolean
call() throws Exception {
69
PollingCheck.check("accumulator not correct", TIMEOUT_MSEC, new Callable<
Boolean
>() {
71
public
Boolean
call() throws Exception {
76
PollingCheck.check("onDestroyCalled not called", TIMEOUT_MSEC, new Callable<
Boolean
>() {
78
public
Boolean
call() throws Exception {
88
protected
boolean
check() {
99
protected
boolean
check() {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature1.java
36
public
boolean
runEngineInitVerify = false;
37
public
boolean
runEngineInitSign = false;
38
public
boolean
runEngineUpdate1 = false;
39
public
boolean
runEngineUpdate2 = false;
40
public
boolean
runEngineSign = false;
41
public
boolean
runEngineVerify = false;
42
public
boolean
runEngineSetParameter = false;
43
public
boolean
runEngineGetParameter = false;
85
protected
boolean
engineVerify(byte[] sigBytes) throws SignatureException {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.h
43
boolean
51
boolean
73
boolean
only_if_exist);
75
boolean
84
boolean
92
boolean
99
boolean
109
boolean
118
boolean
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraphItem.java
26
boolean
displayDescription=false;
28
boolean
isSpecial=false;
29
boolean
drawAsBaseline=false;
33
TimeLineGraphItem(String title, String description,double value,Color color,
boolean
display, long timestamp,
boolean
isSpecial,
boolean
isBaseline) {
38
TimeLineGraphItem(String title, String description,double value,Color color,
boolean
display, long timestamp,
boolean
isSpecial) {
43
TimeLineGraphItem(String title, String description,double value,Color color,
boolean
display, long timestamp) {
/external/guava/guava/src/com/google/common/collect/
EmptyImmutableSortedSet.java
45
@Override public
boolean
isEmpty() {
49
@Override public
boolean
contains(Object target) {
57
@Override
boolean
isPartialView() {
74
@Override public
boolean
containsAll(Collection<?> targets) {
78
@Override public
boolean
equals(@Nullable Object object) {
105
ImmutableSortedSet<E> headSetImpl(E toElement,
boolean
inclusive) {
111
E fromElement,
boolean
fromInclusive, E toElement,
boolean
toInclusive) {
116
ImmutableSortedSet<E> tailSetImpl(E fromElement,
boolean
inclusive) {
/external/javassist/src/main/javassist/bytecode/annotation/
BooleanMemberValue.java
23
*
Boolean
constant value.
32
* Constructs a
boolean
constant value. The initial value is specified
43
* Constructs a
boolean
constant value.
47
public BooleanMemberValue(
boolean
b, ConstPool cp) {
53
* Constructs a
boolean
constant value. The initial value is false.
61
return new
Boolean
(getValue());
65
return
boolean
.class;
71
public
boolean
getValue() {
78
public void setValue(
boolean
newValue) {
/external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.h
43
boolean
51
boolean
73
boolean
only_if_exist);
75
boolean
84
boolean
92
boolean
99
boolean
109
boolean
118
boolean
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFragment.java
24
private
boolean
shouldReplace;
26
private
boolean
attached;
27
private
boolean
hidden;
95
public void setShouldReplace(
boolean
shouldReplace) {
99
public
boolean
getShouldReplace() {
129
public void setAttached(
boolean
isAttached) {
133
public
boolean
isAttached() {
137
public void setHidden(
boolean
isHidden) {
142
public
boolean
isHidden() {
ShadowNetworkInfo.java
17
private
boolean
isAvailable;
18
private
boolean
isConnected;
32
boolean
isAvailable,
33
boolean
isConnected) {
45
public
boolean
isConnected() {
50
public
boolean
isConnectedOrConnecting() {
76
public
boolean
isAvailable() {
86
public void setAvailableStatus(
boolean
isAvailable) {
96
public void setConnectionStatus(
boolean
isConnected) {
/frameworks/support/v4/java/android/support/v4/view/
ScaleGestureDetectorCompat.java
28
public void setQuickScaleEnabled(Object o,
boolean
enabled);
30
public
boolean
isQuickScaleEnabled(Object o);
35
public void setQuickScaleEnabled(Object o,
boolean
enabled) {
40
public
boolean
isQuickScaleEnabled(Object o) {
47
public void setQuickScaleEnabled(Object o,
boolean
enabled) {
52
public
boolean
isQuickScaleEnabled(Object o) {
74
public static void setQuickScaleEnabled(Object scaleGestureDetector,
boolean
enabled) {
80
* swipe, should perform scaling. See <code>setQuickScaleEnabled(Object,
boolean
)<code>.
82
public static
boolean
isQuickScaleEnabled(Object scaleGestureDetector) {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature1.java
37
public
boolean
runEngineInitVerify = false;
38
public
boolean
runEngineInitSign = false;
39
public
boolean
runEngineUpdate1 = false;
40
public
boolean
runEngineUpdate2 = false;
41
public
boolean
runEngineSign = false;
42
public
boolean
runEngineVerify = false;
43
public
boolean
runEngineSetParameter = false;
44
public
boolean
runEngineGetParameter = false;
98
protected
boolean
engineVerify(byte[] sigBytes) throws SignatureException {
/packages/apps/Settings/src/com/android/settings/bluetooth/
PbapServerProfile.java
37
private static
boolean
V = true;
40
private
boolean
mIsProfileReady;
63
public
boolean
isProfileReady() {
71
public
boolean
isConnectable() {
75
public
boolean
isAutoConnectable() {
79
public
boolean
connect(BluetoothDevice device) {
85
public
boolean
disconnect(BluetoothDevice device) {
100
public
boolean
isPreferred(BluetoothDevice device) {
108
public void setPreferred(BluetoothDevice device,
boolean
preferred) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SwipeableConversationItemView.java
61
final int checkboxOrSenderImage, final
boolean
showAttachmentPreviews,
62
final
boolean
parallaxSpeedAlternative, final
boolean
parallaxDirectionAlternative,
63
final
boolean
swipeEnabled, final
boolean
priorityArrowsEnabled,
70
public void startUndoAnimation(AnimatorListener listener,
boolean
swipe) {
77
public void startDeleteAnimation(AnimatorListener listener,
boolean
swipe) {
85
public
boolean
toggleSelectedStateOrBeginDrag() {
94
public
boolean
toggleSelectedState() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java
23
private static final
boolean
DEBUG = false;
34
public void setShifted(
boolean
newShiftState) {
64
public void setShiftLocked(
boolean
newShiftLockState) {
90
public
boolean
isShiftedOrShiftLocked() {
94
public
boolean
isShiftLocked() {
98
public
boolean
isShiftLockShifted() {
102
public
boolean
isAutomaticShifted() {
106
public
boolean
isManualShifted() {
111
public
boolean
isManualShiftedFromAutomaticShifted() {
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Settings.java
30
private static
boolean
mKeySound;
31
private static
boolean
mVibrate;
32
private static
boolean
mPrediction;
75
public static
boolean
getKeySound() {
79
public static void setKeySound(
boolean
v) {
84
public static
boolean
getVibrate() {
88
public static void setVibrate(
boolean
v) {
93
public static
boolean
getPrediction() {
97
public static void setPrediction(
boolean
v) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java
16
* onlyContainsUserCerts [1]
BOOLEAN
DEFAULT FALSE,
17
* onlyContainsCACerts [2]
BOOLEAN
DEFAULT FALSE,
19
* indirectCRL [4]
BOOLEAN
DEFAULT FALSE,
20
* onlyContainsAttributeCerts [5]
BOOLEAN
DEFAULT FALSE }
28
private
boolean
onlyContainsUserCerts;
30
private
boolean
onlyContainsCACerts;
34
private
boolean
indirectCRL;
36
private
boolean
onlyContainsAttributeCerts;
42
boolean
explicit)
79
boolean
onlyContainsUserCerts
[
all
...]
/external/chromium-trace/trace-viewer/src/base/
events.js
14
* @param {
boolean
=} opt_bubbles Whether the event bubbles.
16
* @param {
boolean
=} opt_preventable Whether the default action of the event
36
* @param {
boolean
=} opt_bubbles Whether the event bubbles or not.
37
* @param {
boolean
=} opt_cancelable Whether the default action of the event
39
* @return {
boolean
} If any of the listeners called {@code preventDefault}
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
AccountManagerDelegate.java
26
boolean
notifyAuthFailure, AccountManagerCallback<Bundle> callback, Handler handler);
33
String blockingGetAuthToken(Account account, String authTokenType,
boolean
notifyAuthFailure)
38
boolean
addAccountExplicitly(Account account, String password, Bundle userdata);
40
AccountManagerFuture<
Boolean
> removeAccount(Account account,
41
AccountManagerCallback<
Boolean
> callback, Handler handler);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.idl
22
[Reflect] attribute
boolean
autofocus;
23
[Reflect] attribute
boolean
disabled;
28
[Reflect] attribute
boolean
formNoValidate;
34
readonly attribute
boolean
willValidate;
37
boolean
checkValidity();
HTMLOptionElement.idl
22
NamedConstructor=Option([Default=NullString] optional DOMString data, [Default=NullString] optional DOMString value, [Default=Undefined] optional
boolean
defaultSelected, [Default=Undefined] optional
boolean
selected),
25
[Reflect] attribute
boolean
disabled;
28
[Reflect=selected] attribute
boolean
defaultSelected;
29
attribute
boolean
selected;
/external/mockito/src/org/mockito/internal/matchers/
Equality.java
12
public static
boolean
areEqual(Object o1, Object o2) {
22
static
boolean
areArraysEqual(Object o1, Object o2) {
27
static
boolean
areArrayLengthsEqual(Object o1, Object o2) {
31
static
boolean
areArrayElementsEqual(Object o1, Object o2) {
38
static
boolean
isArray(Object o) {
Completed in 833 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>