/frameworks/base/core/java/android/os/ |
LocalPowerManager.java | 41 void setKeyboardVisibility(boolean visible); 44 void enableUserActivity(boolean enabled); 47 void userActivity(long time, boolean noChangeLights, int eventType); 49 boolean isScreenOn();
|
/frameworks/base/core/java/android/text/method/ |
TextKeyListener.java | 47 private boolean mAutoText; 50 private boolean mPrefsInited; 66 public TextKeyListener(Capitalize cap, boolean autotext) { 78 public static TextKeyListener getInstance(boolean autotext, 107 public static boolean shouldCap(Capitalize cap, CharSequence cs, int off) { 128 public boolean onKeyDown(View view, Editable content, 136 public boolean onKeyUp(View view, Editable content, 144 public boolean onKeyOther(View view, Editable content, KeyEvent event) { 205 public boolean onKeyDown(View view, Editable content, 210 public boolean onKeyUp(View view, Editable content, int keyCode [all...] |
/frameworks/base/core/java/android/widget/ |
BaseAdapter.java | 33 public boolean hasStableIds() { 57 public boolean areAllItemsEnabled() { 61 public boolean isEnabled(int position) { 77 public boolean isEmpty() {
|
/frameworks/base/core/java/com/android/internal/view/ |
InputConnectionWrapper.java | 38 public boolean mHaveValue; 242 public boolean commitText(CharSequence text, int newCursorPosition) { 251 public boolean commitCompletion(CompletionInfo text) { 260 public boolean setSelection(int start, int end) { 269 public boolean performEditorAction(int actionCode) { 278 public boolean performContextMenuAction(int id) { 287 public boolean setComposingText(CharSequence text, int newCursorPosition) { 296 public boolean finishComposingText() { 305 public boolean beginBatchEdit() { 314 public boolean endBatchEdit() [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
IAidlTest.aidl | 34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedRotateDrawable.java | 42 private boolean mMutated; 45 private boolean mRunning; 100 public boolean isRunning() { 121 public boolean setVisible(boolean visible, boolean restart) { 123 boolean changed = super.setVisible(visible, restart); 180 public boolean getPadding(Rect padding) { 185 public boolean isStateful() { 222 final boolean pivotXRel = tv.type == TypedValue.TYPE_FRACTION [all...] |
RotateDrawable.java | 51 private boolean mMutated; 136 public boolean getPadding(Rect padding) { 141 public boolean setVisible(boolean visible, boolean restart) { 147 public boolean isStateful() { 152 protected boolean onStateChange(int[] state) { 153 boolean changed = mState.mDrawable.setState(state); 159 protected boolean onLevelChange(int level) { 207 boolean pivotXRel [all...] |
/frameworks/base/test-runner/src/junit/runner/ |
SimpleTestCollector.java | 15 protected boolean isTestClass(String classFileName) {
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardScreenCallback.java | 44 void forgotPattern(boolean isForgotten); 49 boolean isSecure(); 55 boolean isVerifyUnlockOnly(); 81 boolean doesFallbackUnlockScreenExist();
|
/packages/apps/Contacts/src/com/android/contacts/ |
SearchEditText.java | 32 private boolean mMagnifyingGlassShown = true; 45 public boolean onPreDraw() { 46 boolean emptyText = TextUtils.isEmpty(getText()); 63 public boolean onKeyPreIme(int keyCode, KeyEvent event) {
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Texture.java | 37 public boolean isCached() { 54 public final boolean isLoaded() { 79 protected boolean shouldQueue() { 86 public boolean isUncachedVideo() {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragLayer.java | 47 public boolean dispatchKeyEvent(KeyEvent event) { 52 public boolean onInterceptTouchEvent(MotionEvent ev) { 57 public boolean onTouchEvent(MotionEvent ev) { 62 public boolean dispatchUnhandledMove(View focused, int direction) {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptScene.java | 28 protected boolean mPreview; 38 public void init(RenderScriptGL rs, Resources res, boolean isPreview) { 45 public boolean isPreview() { 90 boolean resultRequested) {
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/actions/ |
ToolItemAction.java | 39 * @see ICommonAction#setChecked(boolean) 41 public void setChecked(boolean checked) { 49 * @see ICommonAction#setEnabled(boolean) 51 public void setEnabled(boolean enabled) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
IdResourceItem.java | 27 private final boolean mIsDeclaredInline; 34 IdResourceItem(String name, boolean isDeclaredInline) { 43 public boolean isDeclaredInline() { 51 public boolean isEditableDirectly() {
|
/build/tools/droiddoc/src/ |
MethodInfo.java | 217 public boolean isDeprecated() { 218 boolean deprecated = false; 220 boolean commentDeprecated = (comment().deprecatedTags().length > 0); 221 boolean annotationDeprecated = false; 258 boolean isPublic, boolean isProtected, 259 boolean isPackagePrivate, boolean isPrivate, 260 boolean isFinal, boolean isStatic, boolean isSynthetic [all...] |
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Types.java | 6 public static final boolean public_static_final_boolean = false; 16 public final boolean public_final_boolean; 24 public static final boolean public_static_final_boolean;
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
MockSecurityManager.java | 14 public void setInCheck(boolean inCheck) { 61 public boolean inClass(String name) { 66 public boolean inClassLoader() {
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
X509NameTokenizer.java | 31 public boolean hasMoreTokens() 44 boolean quoted = false; 45 boolean escaped = false;
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyPermissionCollection.java | 29 public MyPermissionCollection(boolean readOnly) { 40 public boolean hasMoreElements() { 50 public boolean implies(Permission permission) {
|
RandomImpl.java | 32 public static boolean runEngineGenerateSeed = false; 33 public static boolean runEngineNextBytes = false; 34 public static boolean runEngineSetSeed = false;
|
SecurityChecker.java | 33 public boolean enableAccess; 37 public boolean checkAsserted; 39 public SecurityChecker(Permission target, boolean enable) {
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_ASimpleReader.java | 23 public boolean throwExceptionOnNextUse = false; 29 public Support_ASimpleReader(boolean throwException) { 48 public boolean ready() throws IOException {
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
WalkingIteratorSorted.java | 36 // protected boolean m_inNaturalOrder = false; 40 protected boolean m_inNaturalOrderStatic = false; 69 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) 81 public boolean isDocOrdered() 93 boolean canBeWalkedInNaturalDocOrderStatic() 100 boolean prevIsSimpleDownAxis = true; 108 boolean isSimpleDownAxis = ((axis == Axis.CHILD) 117 boolean isLastWalker = (null == walker.getNextWalker()); 143 // boolean canBeWalkedInNaturalDocOrder() 150 // boolean prevIsSimpleDownAxis = true [all...] |
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
Line.java | 33 public boolean matches(Line.Info info) { 53 boolean isControlSupported(Control.Type control); 55 boolean isOpen();
|