OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startHeight
(Results
1 - 10
of
10
) sorted by null
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java
149
float
startHeight
= startScale * finalBounds.height();
150
float deltaHeight = (
startHeight
- startBounds.height()) / 2;
/developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java
102
float
startHeight
= startScale * finalBounds.height();
103
float deltaHeight = (
startHeight
- startBounds.height()) / 2;
/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java
102
float
startHeight
= startScale * finalBounds.height();
103
float deltaHeight = (
startHeight
- startBounds.height()) / 2;
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java
102
float
startHeight
= startScale * finalBounds.height();
103
float deltaHeight = (
startHeight
- startBounds.height()) / 2;
/cts/tests/tests/transition/src/android/transition/cts/
FadeTest.java
136
final int
startHeight
= redSquare.getHeight();
147
assertEquals(
startHeight
, view.getHeight());
/external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc
73
float
startHeight
,
80
_startHeight =
startHeight
;
88
float&
startHeight
,
95
startHeight
= _startHeight;
630
float startWidth,
startHeight
, stopWidth, stopHeight;
632
startHeight
, stopWidth,
636
UpdateVerticeBuffer(_pVB, 0, startWidth,
startHeight
,
890
float
startHeight
,
905
top = 1 -
startHeight
* 2;
[
all
...]
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java
587
final int
startHeight
= renderer.frameHeight();
590
final int scaledHeight =
startHeight
/ 2;
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
Completed in 847 milliseconds