OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDragState
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
Session.java
268
if (mService.
mDragState
== null) {
273
if (dragToken != mService.
mDragState
.mToken) {
297
mService.
mDragState
.register(display);
300
mService.
mDragState
.mServerChannel)) {
302
mService.
mDragState
.unregister();
303
mService.
mDragState
= null;
308
mService.
mDragState
.mData = data;
309
mService.
mDragState
.mCurrentX = touchX;
310
mService.
mDragState
.mCurrentY = touchY;
311
mService.
mDragState
.broadcastDragStartedLw(touchX, touchY)
[
all
...]
DragState.java
281
mService.
mDragState
.broadcastDragEndedLw();
284
mService.
mDragState
.unregister();
288
mService.
mDragState
.reset();
289
mService.
mDragState
= null;
WindowManagerService.java
560
DragState
mDragState
= null;
625
&&
mDragState
!= null) {
641
mDragState
.notifyMoveLw(newX, newY);
649
endDrag =
mDragState
.notifyDropLw(newX, newY);
663
mDragState
.endDragLw();
[
all
...]
/frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java
109
private int
mDragState
;
421
return
mDragState
;
513
if (
mDragState
== STATE_SETTLING) {
715
if (
mDragState
== STATE_SETTLING) {
749
return
mDragState
== STATE_SETTLING;
763
if (
mDragState
== STATE_DRAGGING) {
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java
248
private int
mDragState
;
360
if (
mDragState
== ReorderUtils.DRAG_STATE_NONE) {
411
mDragState
= ReorderUtils.DRAG_STATE_NONE;
699
mDragState
= state;
723
throw new IllegalStateException("Illegal drag state: " +
mDragState
);
808
if (
mDragState
!= ReorderUtils.DRAG_STATE_DRAGGING) {
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 256 milliseconds