OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yPosition
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
VerticalViewPager.java
51
float
yPosition
= position * pageHeight;
52
view.setTranslationY(
yPosition
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
415
int
yPosition
= mNotificationHeaderMargin;
433
yPosition
+= NotificationUtils.interpolate(mChildPadding, mDividerHeight,
436
yPosition
+= mChildrenExpanded ? mDividerHeight : mChildPadding;
440
yPosition
+= NotificationUtils.interpolate(
445
yPosition
+= mChildrenExpanded ? mNotificatonTopPadding + mDividerHeight : 0;
455
if (updateChildStateForExpandedGroup(child, parentHeight, childState,
yPosition
)) {
465
childState.yTranslation =
yPosition
;
484
yPosition
+= intrinsicHeight;
527
* @param
yPosition
the
yPosition
of the view
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java
164
float
yPosition
=
171
float charWidth = charState.draw(canvas, currentDrawPosition, charHeight,
yPosition
,
678
public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float
yPosition
,
684
float currYPosition =
yPosition
+ charHeight / 2.0f * currentTextSizeFactor
696
canvas.translate(centerX,
yPosition
);
/frameworks/base/media/java/android/media/
WebVttRenderer.java
[
all
...]
Completed in 220 milliseconds