OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_CLOSE
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/native_client_sdk/src/examples/api/socket/
socket.cc
68
#define
MSG_CLOSE
'c'
91
case
MSG_CLOSE
:
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java
122
private static final int
MSG_CLOSE
= 2;
151
case
MSG_CLOSE
:
[
all
...]
OpenWnnJAJP.java
146
private static final int
MSG_CLOSE
= 2;
449
case
MSG_CLOSE
:
[
all
...]
/packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java
72
private static final int
MSG_CLOSE
= 1;
130
case
MSG_CLOSE
:
248
mHandler.sendEmptyMessage(show ? MSG_OPEN :
MSG_CLOSE
);
/packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java
82
private static final int
MSG_CLOSE
= 1;
160
case
MSG_CLOSE
:
309
mHandler.sendEmptyMessage(show ? MSG_OPEN :
MSG_CLOSE
);
[
all
...]
Completed in 702 milliseconds