OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:widthSize
(Results
1 - 17
of
17
) sorted by null
/developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
SquareFrameLayout.java
47
final int
widthSize
= MeasureSpec.getSize(widthMeasureSpec);
50
if (
widthSize
== 0 && heightSize == 0) {
61
if (
widthSize
== 0 || heightSize == 0) {
64
size = Math.max(
widthSize
, heightSize);
68
size = Math.min(
widthSize
, heightSize);
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
SquareFrameLayout.java
47
final int
widthSize
= MeasureSpec.getSize(widthMeasureSpec);
50
if (
widthSize
== 0 && heightSize == 0) {
61
if (
widthSize
== 0 || heightSize == 0) {
64
size = Math.max(
widthSize
, heightSize);
68
size = Math.min(
widthSize
, heightSize);
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.activityscenetransitionbasic/
SquareFrameLayout.java
47
final int
widthSize
= MeasureSpec.getSize(widthMeasureSpec);
50
if (
widthSize
== 0 && heightSize == 0) {
61
if (
widthSize
== 0 || heightSize == 0) {
64
size = Math.max(
widthSize
, heightSize);
68
size = Math.min(
widthSize
, heightSize);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwLayoutSizer.java
141
int
widthSize
= MeasureSpec.getSize(widthMeasureSpec);
161
measuredWidth =
widthSize
;
/development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java
165
final int
widthSize
= MeasureSpec.getSize(widthMeasureSpec);
175
setMeasuredDimension(
widthSize
, heightSize);
/external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp
529
size_t
widthSize
= static_cast<size_t>(width);
536
if (!rx::IsUnsignedMultiplicationSafe(
widthSize
, heightSize) ||
537
!rx::IsUnsignedMultiplicationSafe(
widthSize
* heightSize, depthSize) ||
538
!rx::IsUnsignedMultiplicationSafe(
widthSize
* heightSize * depthSize, pixelBytes))
545
size_t copyBytes =
widthSize
* heightSize * depthSize * pixelBytes;
[
all
...]
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
Completed in 698 milliseconds