HomeSort by relevance Sort by last modified time
    Searched full:setforegroundgravity (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/support/design/src/android/support/design/internal/
ForegroundLinearLayout.java 79 * @see #setForegroundGravity(int)
91 public void setForegroundGravity(int foregroundGravity) {
  /frameworks/base/core/java/com/android/internal/widget/
WatchListDecorLayout.java 241 public void setForegroundGravity(int foregroundGravity) {
243 super.setForegroundGravity(foregroundGravity);
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.widget.FrameLayout.html 137 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#setForegroundGravity(int)" target="_top"><code>setForegroundGravity</code></A>(<code>int</code>) </nobr>
140 Method was locally defined, but is now inherited from <a href="../../../../reference/android/view/View.html#setForegroundGravity(int)" target="_top"><code>View</code></a>.
android.view.View.html 199 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#setForegroundGravity(int)" target="_top"><code>setForegroundGravity</code></A>(<code>int</code>)</nobr>
methods_index_changes.html 429 <nobr><A HREF="android.widget.FrameLayout.html#android.widget.FrameLayout.setForegroundGravity_changed(int)" class="hiddenlink" target="rightframe">setForegroundGravity
    [all...]
alldiffs_index_changes.html     [all...]
alldiffs_index_additions.html     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 115 mFrameLayout.setForegroundGravity(Gravity.CENTER);
133 mFrameLayout.setForegroundGravity(Gravity.CENTER);
  /frameworks/base/core/java/android/widget/
FrameLayout.java 114 public void setForegroundGravity(int foregroundGravity) {
116 super.setForegroundGravity(foregroundGravity);
  /frameworks/base/docs/html/reference/android/support/wearable/view/
WearableFrameLayout.html     [all...]
BoxInsetLayout.html     [all...]
CardScrollView.html     [all...]
DismissOverlayView.html     [all...]
WatchViewStub.html     [all...]
ActionChooserView.html     [all...]
ActionLabel.html     [all...]
CircledImageView.html     [all...]
CircularButton.html     [all...]
DelayedConfirmationView.html     [all...]
ProgressSpinner.html     [all...]
ActionPage.html     [all...]
CardFrame.html     [all...]
DotsPageIndicator.html     [all...]
GridViewPager.html     [all...]
WearableListView.html     [all...]

Completed in 405 milliseconds

1 2