OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pivoty
(Results
51 - 75
of
255
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ScaleFrameLayout.java
111
final float
pivotY
= getPivotY();
113
parentTop = getPaddingTop() + (int)(
pivotY
-
pivotY
/ mLayoutScaleY + 0.5f);
114
parentBottom = (int)(
pivotY
+ (bottom - top -
pivotY
) / mLayoutScaleY + 0.5f)
171
child.setPivotY(
pivotY
- childTop);
/frameworks/base/core/res/res/anim/
launch_task_behind_source.xml
31
android:pivotX="50%p" android:
pivotY
="50%p"
44
android:pivotX="50%p" android:
pivotY
="50%p"
dialog_enter.xml
24
android:pivotX="50%" android:
pivotY
="50%"
dialog_exit.xml
24
android:pivotX="50%" android:
pivotY
="50%"
grow_fade_in.xml
25
android:pivotX="50%" android:
pivotY
="0%"
grow_fade_in_center.xml
25
android:pivotX="50%" android:
pivotY
="50%"
grow_fade_in_from_bottom.xml
25
android:pivotX="50%" android:
pivotY
="100%"
input_method_fancy_enter.xml
25
android:pivotX="50%" android:
pivotY
="50%"
/frameworks/base/packages/SystemUI/res/anim/
recents_launch_next_affiliated_task_bounce.xml
32
android:pivotX="50%p" android:
pivotY
="50%p"
45
android:pivotX="50%p" android:
pivotY
="50%p"
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DialogAdapter.java
34
public DialogAdapter(ArrayList<Setting> settings, int pivotX, int
pivotY
,
38
mPivotY =
pivotY
;
/cts/tests/tests/content/res/anim/
anim_rotate.xml
24
android:
pivotY
="50%"
/cts/tests/tests/graphics/res/drawable/
vector_icon_transformation_1.xml
24
android:
pivotY
="100"
/cts/tests/tests/view/res/anim/
anim_rotate.xml
24
android:
pivotY
="50%"
anim_scale.xml
25
android:
pivotY
="50%"
/development/samples/ApiDemos/res/anim/
zoom_enter.xml
26
android:pivotX="50%p" android:
pivotY
="50%p"
zoom_exit.xml
29
android:pivotX="50%p" android:
pivotY
="50%p"
/development/samples/ApiDemos/res/drawable/
circular_progress.xml
23
android:
pivotY
="50%"
/development/samples/Home/res/anim/
grid_entry.xml
25
android:pivotX="100%" android:
pivotY
="100%" android:duration="200" />
/development/samples/SupportVectorDrawable/static/res/drawable/
vector_drawable02.xml
22
android:
pivotY
="120">
vector_drawable09.xml
24
android:
pivotY
="100"
vector_drawable14.xml
24
android:
pivotY
="100"
vector_drawable15.xml
24
android:
pivotY
="200"
vector_drawable19.xml
27
android:
pivotY
="100"
/development/samples/Wiktionary/res/drawable/
progress_spin.xml
19
android:
pivotY
="50%"
/frameworks/base/core/java/android/view/animation/
RotateAnimation.java
75
* Default pivotX/
pivotY
point is (0,0).
100
* @param
pivotY
The Y coordinate of the point about which the object is
104
public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float
pivotY
) {
111
mPivotYValue =
pivotY
;
Completed in 1158 milliseconds
1
2
3
4
5
6
7
8
9
10
11