HomeSort by relevance Sort by last modified time
    Searched defs:calculateBottomInsetsOnRoundDevice (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 194 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);

Completed in 188 milliseconds