OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasselection
(Results
1 - 24
of
24
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/
TextViewActivityMouseTest.java
34
import static android.widget.espresso.TextViewAssertions.
hasSelection
;
78
onView(withId(R.id.textview)).check(
hasSelection
("llo wor"));
86
onView(withId(R.id.textview)).check(
hasSelection
(""));
99
onView(withId(R.id.textview)).check(
hasSelection
("llo wor"));
135
onView(withId(R.id.textview)).check(
hasSelection
("c def g"));
147
onView(withId(R.id.textview)).check(
hasSelection
(""));
165
onView(withId(R.id.textview)).check(
hasSelection
(""));
182
onView(withId(R.id.textview)).check(
hasSelection
(""));
194
onView(withId(R.id.textview)).check(
hasSelection
("Hello"));
198
onView(withId(R.id.textview)).check(
hasSelection
("world"))
[
all
...]
TextViewActivityTest.java
30
import static android.widget.espresso.TextViewAssertions.
hasSelection
;
141
onView(withId(R.id.textview)).check(
hasSelection
("Kirk"));
165
onView(withId(R.id.textview)).check(
hasSelection
("little handsome"));
179
onView(withId(R.id.textview)).check(
hasSelection
(""));
198
onView(withId(R.id.textview)).check(
hasSelection
("SuetYi"));
209
onView(withId(R.id.textview)).check(
hasSelection
("young beautiful"));
220
onView(withId(R.id.textview)).check(
hasSelection
("king of the"));
382
onView(withId(R.id.textview)).check(
hasSelection
("abcd efg"));
386
onView(withId(R.id.textview)).check(
hasSelection
("abcd efg hijk"));
404
onView(withId(R.id.textview)).check(
hasSelection
("\u0621\u0622\u0623"))
[
all
...]
/external/autotest/frontend/client/src/autotest/tko/
ContentSelect.java
72
ValueChangeEvent.fire(this,
hasSelection
());
92
public boolean
hasSelection
() {
97
if (
hasSelection
()) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
EdgeSwipeDetector.java
66
} else if (mTable.
hasSelection
()) {
PhotoTable.java
182
public boolean
hasSelection
() {
191
if (
hasSelection
()) {
226
if (
hasSelection
() && mOnDeck[NEXT] != null) {
240
if (
hasSelection
() && mOnDeck[PREV] != null) {
252
if (
hasSelection
()) {
412
if (
hasSelection
()) {
442
if (
hasSelection
()) {
521
if (
hasSelection
() && getSelection() == mParent) {
571
if (table.
hasSelection
()) {
601
if (!
hasSelection
()) {
[
all
...]
KeyboardInterpreter.java
40
if (mTable.
hasSelection
()) {
PhotoTouchListener.java
184
if (!mTable.
hasSelection
()) {
210
if (mTable.
hasSelection
()) {
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewAssertions.java
57
public static ViewAssertion
hasSelection
(String selection) {
58
return
hasSelection
(is(selection));
72
public static ViewAssertion
hasSelection
(Matcher<String> selection) {
/packages/services/Telephony/src/com/android/phone/settings/fdn/
FdnList.java
91
boolean
hasSelection
= (getSelectedItemPosition() >= 0);
94
menu.findItem(MENU_EDIT).setVisible(
hasSelection
);
95
menu.findItem(MENU_DELETE).setVisible(
hasSelection
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java
330
boolean
hasSelection
= markers.size() > 0;
331
boolean canFix =
hasSelection
;
363
mIgnoreAction.setEnabled(
hasSelection
&& haveFile && isJavaOrXml);
364
mIgnoreFileAction.setEnabled(
hasSelection
&& haveFile);
365
mIgnoreProjectAction.setEnabled(
hasSelection
);
366
mAlwaysIgnoreAction.setEnabled(
hasSelection
);
367
mRemoveAction.setEnabled(
hasSelection
);
/external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java
162
public boolean
hasSelection
() {
/external/droiddriver/src/io/appium/droiddriver/finders/
ByXPath.java
160
if (uiElement.
hasSelection
()) {
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
ViewElement.java
78
if (textView.
hasSelection
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
[
all
...]
/frameworks/base/core/java/android/widget/
Editor.java
384
if (mTextView.
hasSelection
()) {
[
all
...]
TextView.java
[
all
...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
MultiSelectManager.java
201
public boolean
hasSelection
() {
279
if (!
hasSelection
()) {
305
if (!
hasSelection
()) {
456
if (mSingleSelect &&
hasSelection
()) {
506
if (mSingleSelect &&
hasSelection
()) {
[
all
...]
DirectoryFragment.java
702
if (mSelectionManager.
hasSelection
()) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
/prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar
droiddriver-1.0.0-BETA1.jar
Completed in 1711 milliseconds