Uses of Class
android.view.ViewDebug.ExportedProperty

Packages that use ViewDebug.ExportedProperty
android.app   
android.view   
android.widget   
 

Uses of ViewDebug.ExportedProperty in android.app
 

Fields in android.app with annotations of type ViewDebug.ExportedProperty
 int ActionBar.LayoutParams.gravity
           
 

Uses of ViewDebug.ExportedProperty in android.view
 

Fields in android.view with annotations of type ViewDebug.ExportedProperty
 int ViewGroup.MarginLayoutParams.bottomMargin
           
 int WindowManager.LayoutParams.flags
           
 int ViewGroup.LayoutParams.height
           
 float WindowManager.LayoutParams.horizontalWeight
           
 int ViewGroup.MarginLayoutParams.leftMargin
           
 int ViewGroup.MarginLayoutParams.rightMargin
           
 int ViewGroup.MarginLayoutParams.topMargin
           
 int WindowManager.LayoutParams.type
           
 float WindowManager.LayoutParams.verticalWeight
           
 int ViewGroup.LayoutParams.width
           
 int WindowManager.LayoutParams.x
           
 int WindowManager.LayoutParams.y
           
 

Methods in android.view with annotations of type ViewDebug.ExportedProperty
 float View.getAlpha()
           
 int View.getBaseline()
           
 CharSequence View.getContentDescription()
           
 int ViewGroup.getDescendantFocusability()
           
 boolean View.getFilterTouchesWhenObscured()
           
 int View.getHeight()
           
 int View.getImportantForAccessibility()
           
 ViewGroup.LayoutParams View.getLayoutParams()
           
 int ViewGroup.getPersistentDrawingCache()
           
 float View.getPivotX()
           
 float View.getPivotY()
           
 float View.getRotation()
           
 float View.getRotationX()
           
 float View.getRotationY()
           
 float View.getScaleX()
           
 float View.getScaleY()
           
 int View.getScrollBarStyle()
           
 int View.getSolidColor()
           
 Object View.getTag()
           
 float View.getTranslationX()
           
 float View.getTranslationY()
           
 int View.getVisibility()
           
 int View.getWidth()
           
 float View.getX()
           
 float View.getY()
           
 boolean View.hasFocus()
           
 boolean View.hasTransientState()
           
 boolean View.isActivated()
           
 boolean ViewGroup.isAlwaysDrawnWithCacheEnabled()
           
 boolean ViewGroup.isAnimationCacheEnabled()
           
protected  boolean ViewGroup.isChildrenDrawingOrderEnabled()
           
protected  boolean ViewGroup.isChildrenDrawnWithCacheEnabled()
           
 boolean View.isClickable()
           
 boolean View.isDrawingCacheEnabled()
           
 boolean View.isEnabled()
           
 boolean View.isFocusable()
           
 boolean View.isFocusableInTouchMode()
           
 boolean View.isFocused()
           
 boolean View.isHapticFeedbackEnabled()
           
 boolean View.isHovered()
           
 boolean View.isInTouchMode()
           
 boolean View.isOpaque()
           
 boolean View.isSelected()
           
 boolean View.isSoundEffectsEnabled()
           
 boolean View.willNotCacheDrawing()
           
 boolean View.willNotDraw()
           
 

Uses of ViewDebug.ExportedProperty in android.widget
 

Fields in android.widget with annotations of type ViewDebug.ExportedProperty
 boolean RelativeLayout.LayoutParams.alignWithParent
           
 int TableRow.LayoutParams.column
           
 int LinearLayout.LayoutParams.gravity
           
 int TableRow.LayoutParams.span
           
 float LinearLayout.LayoutParams.weight
           
 

Methods in android.widget with annotations of type ViewDebug.ExportedProperty
 int ImageView.getBaseline()
           
 int AbsListView.getCacheColorHint()
           
 TextUtils.TruncateAt TextView.getEllipsize()
           
 int ProgressBar.getMax()
           
 int GridView.getNumColumns()
           
 int ProgressBar.getProgress()
           
 int ProgressBar.getSecondaryProgress()
           
 View AbsListView.getSelectedView()
           
 int TextView.getSelectionEnd()
           
 int TextView.getSelectionStart()
           
 float TextView.getTextSize()
           
 boolean CompoundButton.isChecked()
           
 boolean CheckedTextView.isChecked()
           
 boolean AbsListView.isFastScrollEnabled()
           
 boolean ProgressBar.isIndeterminate()
           
 boolean AbsListView.isScrollingCacheEnabled()
           
 boolean AbsListView.isSmoothScrollbarEnabled()
           
 boolean AbsListView.isStackFromBottom()
           
 boolean AbsListView.isTextFilterEnabled()
           
 



Copyright © 2008-2012. All Rights Reserved.