OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INACTIVE_BORDER_DP
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java
329
private static final float
INACTIVE_BORDER_DP
= 15f;
355
mBorderWidth =
INACTIVE_BORDER_DP
* density;
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java
329
private static final float
INACTIVE_BORDER_DP
= 15f;
355
mBorderWidth =
INACTIVE_BORDER_DP
* density;
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java
329
private static final float
INACTIVE_BORDER_DP
= 15f;
355
mBorderWidth =
INACTIVE_BORDER_DP
* density;
Completed in 1090 milliseconds