HomeSort by relevance Sort by last modified time
    Searched defs:onRtlPropertiesChanged (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/TV/src/com/android/tv/guide/
TimelineRow.java 64 public void onRtlPropertiesChanged(int layoutDirection) {
65 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/core/java/com/android/internal/widget/
ImageFloatingTextView.java 148 public void onRtlPropertiesChanged(int layoutDirection) {
149 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ReverseLinearLayout.java 70 public void onRtlPropertiesChanged(int layoutDirection) {
71 super.onRtlPropertiesChanged(layoutDirection);
KeyguardAffordanceHelper.java 506 public void onRtlPropertiesChanged() {
NotificationPanelView.java     [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 162 public void onRtlPropertiesChanged(int layoutDirection) {
163 super.onRtlPropertiesChanged(layoutDirection);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
CircleView.java 106 public void onRtlPropertiesChanged(int layoutDirection) {
107 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickStatusBarHeader.java 95 public void onRtlPropertiesChanged(int layoutDirection) {
96 super.onRtlPropertiesChanged(layoutDirection);
PagedTileLayout.java 71 public void onRtlPropertiesChanged(int layoutDirection) {
72 super.onRtlPropertiesChanged(layoutDirection);
QSFooterImpl.java 194 public void onRtlPropertiesChanged(int layoutDirection) {
195 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 342 public void onRtlPropertiesChanged(int layoutDirection) {
343 super.onRtlPropertiesChanged(layoutDirection);
ExpandableListView.java 294 public void onRtlPropertiesChanged(int layoutDirection) {
    [all...]
LinearLayout.java     [all...]
SimpleMonthView.java 873 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
874 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
Toolbar.java 492 public void onRtlPropertiesChanged(@ResolvedLayoutDir int layoutDirection) {
493 super.onRtlPropertiesChanged(layoutDirection);
    [all...]
AbsListView.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java     [all...]
GridLayoutManager.java 691 public void onRtlPropertiesChanged(int layoutDirection) {
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 572 public void onRtlPropertiesChanged() {
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SignalClusterView.java 416 public void onRtlPropertiesChanged(int layoutDirection) {
417 super.onRtlPropertiesChanged(layoutDirection);
StatusBarIconView.java 394 public void onRtlPropertiesChanged(int layoutDirection) {
395 super.onRtlPropertiesChanged(layoutDirection);
  /frameworks/support/design/src/android/support/design/widget/
TabLayout.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
DrawerLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 480 public void onRtlPropertiesChanged(int layoutDirection) {
482 super.onRtlPropertiesChanged(layoutDirection);
    [all...]

Completed in 1000 milliseconds

1 2