HomeSort by relevance Sort by last modified time
    Searched refs:BoxInsetLayout (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 35 * BoxInsetLayout is a screen shape-aware FrameLayout that can box its children
44 public class BoxInsetLayout extends FrameLayout {
53 public BoxInsetLayout(Context context) {
57 public BoxInsetLayout(Context context, AttributeSet attrs) {
61 public BoxInsetLayout(Context context, AttributeSet attrs, int defStyle) {
119 LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams();
180 final LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams();
382 return new BoxInsetLayout.LayoutParams(getContext(), attrs);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/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.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/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.
  /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 679 milliseconds