Home
last modified time | relevance | path

Searched refs:onLayout (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
DAnimatedNotificationDisplayActivity.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AnimatedNotificationDisplayActivity.ImageZoomView
/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
DAnimatedNotificationDisplayActivity.java120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in AnimatedNotificationDisplayActivity.ImageZoomView
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCardStreamLinearLayout.java.ftl232 protected void onLayout(boolean changed, int l, int t, int r, int b) {
233 super.onLayout(changed, l, t, r, b);
234 Log.d(TAG, "onLayout: " + changed);
361 …* after finishing initial onLayout event, an initial animation which is defined in DefaultCardStre…
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
DCardStreamLinearLayout.java232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in CardStreamLinearLayout
233 super.onLayout(changed, l, t, r, b); in onLayout()