Home
last modified time | relevance | path

Searched refs:PROGRESS_BAR (Results 1 – 2 of 2) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetSegGraph.py43 PROGRESS_BAR = '#0000CC' variable
329 dc.SetPen(wx.Pen(PROGRESS_BAR))
330 dc.SetBrush(wx.Brush(PROGRESS_BAR))
354 dc.SetPen(wx.Pen(PROGRESS_BAR))
355 dc.SetBrush(wx.Brush(PROGRESS_BAR))
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
DGlifLoadingLayout.java556 return AnimationType.PROGRESS_BAR; in getAnimationType()
858 @IntDef({AnimationType.LOTTIE, AnimationType.ILLUSTRATION, AnimationType.PROGRESS_BAR})
862 int PROGRESS_BAR = 3; field