OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoxInsetLayout
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java
33
*
BoxInsetLayout
is a screen shape-aware FrameLayout that can box its children
42
public class
BoxInsetLayout
extends FrameLayout {
51
public
BoxInsetLayout
(Context context) {
55
public
BoxInsetLayout
(Context context, AttributeSet attrs) {
59
public
BoxInsetLayout
(Context context, AttributeSet attrs, int defStyle) {
117
LayoutParams lp = (
BoxInsetLayout
.LayoutParams) child.getLayoutParams();
178
final LayoutParams lp = (
BoxInsetLayout
.LayoutParams) child.getLayoutParams();
380
return new
BoxInsetLayout
.LayoutParams(getContext(), attrs);
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java
26
import android.support.wear.widget.
BoxInsetLayout
;
63
BoxInsetLayout
content = (
BoxInsetLayout
) findViewById(R.id.content);
64
//
BoxInsetLayout
adds padding by default on round devices. Add some on square devices.
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java
35
import androidx.wear.widget.
BoxInsetLayout
;
63
BoxInsetLayout
content = (
BoxInsetLayout
) findViewById(R.id.content);
64
//
BoxInsetLayout
adds padding by default on round devices. Add some on square devices.
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java
27
import android.support.wearable.view.
BoxInsetLayout
;
61
BoxInsetLayout
content = (
BoxInsetLayout
) findViewById(R.id.content);
62
//
BoxInsetLayout
adds padding by default on round devices. Add some on square devices.
Completed in 237 milliseconds