OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointid
(Results
1 - 5
of
5
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java
230
int
pointId
= getResourceId(a, R.styleable.GlowPadView_pointDrawable);
231
Drawable pointDrawable =
pointId
!= 0 ? res.getDrawable(
pointId
) : null;
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java
236
int
pointId
= getResourceId(a, R.styleable.GlowPadView_pointDrawable);
237
Drawable pointDrawable =
pointId
!= 0 ? res.getDrawable(
pointId
) : null;
[
all
...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java
233
int
pointId
= getResourceId(a, R.styleable.GlowPadView_pointDrawable);
234
Drawable pointDrawable =
pointId
!= 0 ? res.getDrawable(
pointId
) : null;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar
org.eclipse.equinox.registry_3.5.0.v20100503.jar
Completed in 153 milliseconds