OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAxis
(Results
1 - 6
of
6
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Layer.java
23
mAxis
= axis;
56
switch (
mAxis
) {
97
int
mAxis
;
/packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java
73
private ChartAxis
mAxis
;
156
mAxis
= Preconditions.checkNotNull(axis, "missing axis");
279
if (mLabelTemplate != null &&
mAxis
!= null) {
280
mLabelValue =
mAxis
.buildLabel(getResources(), mLabelTemplate, mValue);
348
return
mAxis
;
366
return
mAxis
.convertToPoint(mValue);
374
* Set valid range this sweep can move within, in {@link #
mAxis
} values. The
489
value =
mAxis
.convertToValue(clampedTargetY - parentContent.top);
498
value =
mAxis
.convertToValue(clampedTargetX - parentContent.left);
539
setValue(
mAxis
.convertToValue(effectiveY))
[
all
...]
/frameworks/wilhelm/src/itf/
I3DLocation.c
231
thiz->
mAxis
= axis;
289
thiz->
mAxis
.x = 0x55555555;
290
thiz->
mAxis
.y = 0x55555555;
291
thiz->
mAxis
.z = 0x55555555;
I3DMacroscopic.c
136
thiz->
mAxis
= axis;
233
thiz->
mAxis
.x = 0x55555555;
234
thiz->
mAxis
.y = 0x55555555;
235
thiz->
mAxis
.z = 0x55555555;
/frameworks/base/core/java/android/view/
InputDevice.java
609
if (range.
mAxis
== axis) {
634
if (range.
mAxis
== axis && range.mSource == source) {
697
private int
mAxis
;
707
mAxis
= axis;
721
return
mAxis
;
821
out.writeInt(range.
mAxis
);
876
description.append(" ").append(MotionEvent.axisToString(range.
mAxis
));
/frameworks/wilhelm/src/
itfstruct.h
145
SLVec3D
mAxis
;
170
SLVec3D
mAxis
;
Completed in 1603 milliseconds