OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionArea
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
MultiSelectManager_GridModelTest.java
234
Rect
selectionArea
= new Rect(
236
selectionArea
.union(mSelectionPoint.x, mSelectionPoint.y);
239
selectionArea
.inset(-1, -1);
241
return
selectionArea
;
252
Rect
selectionArea
= getSelectionArea();
254
if (Rect.intersects(
selectionArea
, item.rect)) {
255
assertTrue("Expected item " + item + " was not in selection " +
selectionArea
,
258
assertFalse("Unexpected item " + item + " in selection" +
selectionArea
,
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalKeyListener.java
38
import org.connectbot.util.
SelectionArea
;
77
private final
SelectionArea
selectionArea
;
88
selectionArea
= new
SelectionArea
();
315
selectionArea
.decrementColumn();
326
selectionArea
.decrementRow();
337
selectionArea
.incrementRow();
348
selectionArea
.incrementColumn();
359
if (
selectionArea
.isSelectingOrigin())
[
all
...]
TerminalBridge.java
56
import org.connectbot.util.
SelectionArea
;
104
private final
SelectionArea
selectionArea
;
152
selectionArea
= new
SelectionArea
();
268
selectionArea
= new
SelectionArea
();
392
public
SelectionArea
getSelectionArea() {
393
return
selectionArea
;
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
[
all
...]
Completed in 86 milliseconds